Skip to content

networkx 3.6.1

Version history | Download JSON

  • PyPI https://pypi.org/project/networkx/
    Repository https://github.com/networkx/networkx

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 1
        "Any" : 0
        "Untyped" : 5044
    • 0.0% coverage
    • 0.0% coverage (strict)
    • 5045 typable
      • 1 typed
      • 5044 untyped
      • 0 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 3859
        "classes" : 1108
        "other" : 4
    • 915 functions (+0 overloads)
      • 2944 parameters
    • 87 classes
      • 478 methods (+0 overloads)
        • 600 parameters
      • 28 properties
    • 264 modules
      • 4 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
networkx 0.0% 0.0% 1 1
networkx.algorithms.approximation.clique 0.0% 0.0% 8 0
networkx.algorithms.approximation.clustering_coefficient 0.0% 0.0% 4 0
networkx.algorithms.approximation.connectivity 0.0% 0.0% 13 0
networkx.algorithms.approximation.density 0.0% 0.0% 4 0
networkx.algorithms.approximation.distance_measures 0.0% 0.0% 3 0
networkx.algorithms.approximation.dominating_set 0.0% 0.0% 5 0
networkx.algorithms.approximation.kcomponents 0.0% 0.0% 3 1
networkx.algorithms.approximation.matching 0.0% 0.0% 2 0
networkx.algorithms.approximation.maxcut 0.0% 0.0% 10 0
networkx.algorithms.approximation.ramsey 0.0% 0.0% 2 0
networkx.algorithms.approximation.steinertree 0.0% 0.0% 8 0
networkx.algorithms.approximation.traveling_salesman 0.0% 0.0% 42 0
networkx.algorithms.approximation.treewidth 0.0% 0.0% 4 0
networkx.algorithms.approximation.vertex_cover 0.0% 0.0% 3 0
networkx.algorithms.assortativity.connectivity 0.0% 0.0% 6 0
networkx.algorithms.assortativity.correlation 0.0% 0.0% 20 0
networkx.algorithms.assortativity.mixing 0.0% 0.0% 29 0
networkx.algorithms.assortativity.neighbor_degree 0.0% 0.0% 6 0
networkx.algorithms.assortativity.pairs 0.0% 0.0% 10 0
networkx.algorithms.asteroidal 0.0% 0.0% 4 0
networkx.algorithms.bipartite.basic 0.0% 0.0% 17 0
networkx.algorithms.bipartite.centrality 0.0% 0.0% 10 0
networkx.algorithms.bipartite.cluster 0.0% 0.0% 10 0
networkx.algorithms.bipartite.covering 0.0% 0.0% 3 0
networkx.algorithms.bipartite.edgelist 0.0% 0.0% 27 0
networkx.algorithms.bipartite.extendability 0.0% 0.0% 2 0
networkx.algorithms.bipartite.generators 0.0% 0.0% 38 0
networkx.algorithms.bipartite.link_analysis 0.0% 0.0% 10 0
networkx.algorithms.bipartite.matching 0.0% 0.0% 14 0
networkx.algorithms.bipartite.matrix 0.0% 0.0% 13 0
networkx.algorithms.bipartite.projection 0.0% 0.0% 19 0
networkx.algorithms.bipartite.redundancy 0.0% 0.0% 3 0
networkx.algorithms.bipartite.spectral 0.0% 0.0% 4 0
networkx.algorithms.boundary 0.0% 0.0% 11 0
networkx.algorithms.bridges 0.0% 0.0% 10 0
networkx.algorithms.broadcasting 0.0% 0.0% 5 0
networkx.algorithms.centrality.betweenness 0.0% 0.0% 13 0
networkx.algorithms.centrality.betweenness_subset 0.0% 0.0% 12 0
networkx.algorithms.centrality.closeness 0.0% 0.0% 11 0
networkx.algorithms.centrality.current_flow_betweenness 0.0% 0.0% 22 0
networkx.algorithms.centrality.current_flow_betweenness_subset 0.0% 0.0% 16 0
networkx.algorithms.centrality.current_flow_closeness 0.0% 0.0% 5 0
networkx.algorithms.centrality.degree_alg 0.0% 0.0% 6 0
networkx.algorithms.centrality.dispersion 0.0% 0.0% 8 0
networkx.algorithms.centrality.eigenvector 0.0% 0.0% 11 0
networkx.algorithms.centrality.flow_matrix 0.0% 0.0% 45 0
networkx.algorithms.centrality.group 0.0% 0.0% 27 0
networkx.algorithms.centrality.harmonic 0.0% 0.0% 5 0
networkx.algorithms.centrality.katz 0.0% 0.0% 15 0
networkx.algorithms.centrality.laplacian 0.0% 0.0% 7 0
networkx.algorithms.centrality.load 0.0% 0.0% 3 0
networkx.algorithms.centrality.percolation 0.0% 0.0% 5 0
networkx.algorithms.centrality.reaching 0.0% 0.0% 10 0
networkx.algorithms.centrality.second_order 0.0% 0.0% 3 0
networkx.algorithms.centrality.subgraph_alg 0.0% 0.0% 10 0
networkx.algorithms.centrality.trophic 0.0% 0.0% 10 0
networkx.algorithms.centrality.voterank_alg 0.0% 0.0% 3 0
networkx.algorithms.chains 0.0% 0.0% 3 0
networkx.algorithms.chordal 0.0% 0.0% 13 0
networkx.algorithms.clique 0.0% 0.0% 28 0
networkx.algorithms.cluster 0.0% 0.0% 23 0
networkx.algorithms.coloring.equitable_coloring 0.0% 0.0% 3 0
networkx.algorithms.coloring.greedy_coloring 0.0% 0.0% 30 0
networkx.algorithms.communicability_alg 0.0% 0.0% 4 0
networkx.algorithms.community.asyn_fluid 0.0% 0.0% 5 0
networkx.algorithms.community.bipartitions 0.0% 0.0% 12 0
networkx.algorithms.community.centrality 0.0% 0.0% 3 0
networkx.algorithms.community.community_utils 0.0% 0.0% 3 0
networkx.algorithms.community.divisive 0.0% 0.0% 8 0
networkx.algorithms.community.kclique 0.0% 0.0% 4 0
networkx.algorithms.community.label_propagation 0.0% 0.0% 10 0
networkx.algorithms.community.leiden 0.0% 0.0% 11 0
networkx.algorithms.community.local 0.0% 0.0% 5 0
networkx.algorithms.community.louvain 0.0% 0.0% 13 0
networkx.algorithms.community.lukes 0.0% 0.0% 5 0
networkx.algorithms.community.modularity_max 0.0% 0.0% 10 0
networkx.algorithms.community.quality 0.0% 0.0% 8 0
networkx.algorithms.components.attracting 0.0% 0.0% 6 0
networkx.algorithms.components.biconnected 0.0% 0.0% 8 0
networkx.algorithms.components.connected 0.0% 0.0% 9 0
networkx.algorithms.components.semiconnected 0.0% 0.0% 2 0
networkx.algorithms.components.strongly_connected 0.0% 0.0% 12 0
networkx.algorithms.components.weakly_connected 0.0% 0.0% 6 0
networkx.algorithms.connectivity.connectivity 0.0% 0.0% 34 0
networkx.algorithms.connectivity.cuts 0.0% 0.0% 24 0
networkx.algorithms.connectivity.disjoint_paths 0.0% 0.0% 16 0
networkx.algorithms.connectivity.edge_augmentation 0.0% 0.0% 14 0
networkx.algorithms.connectivity.edge_kcomponents 0.0% 0.0% 14 0
networkx.algorithms.connectivity.kcomponents 0.0% 0.0% 3 0
networkx.algorithms.connectivity.kcutsets 0.0% 0.0% 4 0
networkx.algorithms.connectivity.stoerwagner 0.0% 0.0% 4 0
networkx.algorithms.connectivity.utils 0.0% 0.0% 4 0
networkx.algorithms.core 0.0% 0.0% 23 0
networkx.algorithms.covering 0.0% 0.0% 6 0
networkx.algorithms.cuts 0.0% 0.0% 35 0
networkx.algorithms.cycles 0.0% 0.0% 20 0
networkx.algorithms.d_separation 0.0% 0.0% 18 0
networkx.algorithms.dag 0.0% 0.0% 41 0
networkx.algorithms.distance_measures 0.0% 0.0% 47 0
networkx.algorithms.distance_regular 0.0% 0.0% 9 0
networkx.algorithms.dominance 0.0% 0.0% 6 0
networkx.algorithms.dominating 0.0% 0.0% 11 0
networkx.algorithms.efficiency_measures 0.0% 0.0% 8 0
networkx.algorithms.euler 0.0% 0.0% 17 0
networkx.algorithms.flow.boykovkolmogorov 0.0% 0.0% 8 0
networkx.algorithms.flow.capacityscaling 0.0% 0.0% 6 0
networkx.algorithms.flow.dinitz_alg 0.0% 0.0% 8 0
networkx.algorithms.flow.edmondskarp 0.0% 0.0% 8 0
networkx.algorithms.flow.gomory_hu 0.0% 0.0% 4 0
networkx.algorithms.flow.maxflow 0.0% 0.0% 28 0
networkx.algorithms.flow.mincost 0.0% 0.0% 20 0
networkx.algorithms.flow.networksimplex 0.0% 0.0% 5 0
networkx.algorithms.flow.preflowpush 0.0% 0.0% 8 0
networkx.algorithms.flow.shortestaugmentingpath 0.0% 0.0% 9 0
networkx.algorithms.flow.utils 0.0% 0.0% 28 0
networkx.algorithms.graph_hashing 0.0% 0.0% 13 0
networkx.algorithms.graphical 0.0% 0.0% 14 0
networkx.algorithms.hierarchy 0.0% 0.0% 3 0
networkx.algorithms.hybrid 0.0% 0.0% 11 0
networkx.algorithms.isolate 0.0% 0.0% 7 0
networkx.algorithms.isomorphism.ismags 0.0% 0.0% 59 0
networkx.algorithms.isomorphism.isomorph 0.0% 0.0% 15 0
networkx.algorithms.isomorphism.isomorphvf2 0.0% 0.0% 40 0
networkx.algorithms.isomorphism.matchhelpers 0.0% 0.0% 27 0
networkx.algorithms.isomorphism.temporalisomorphvf2 0.0% 0.0% 71 0
networkx.algorithms.isomorphism.tree_isomorphism 0.0% 0.0% 8 0
networkx.algorithms.isomorphism.vf2pp 0.0% 0.0% 15 0
networkx.algorithms.isomorphism.vf2userfunc 0.0% 0.0% 21 0
networkx.algorithms.link_analysis.hits_alg 0.0% 0.0% 6 0
networkx.algorithms.link_analysis.pagerank_alg 0.0% 0.0% 16 0
networkx.algorithms.link_prediction 0.0% 0.0% 29 0
networkx.algorithms.lowest_common_ancestors 0.0% 0.0% 12 0
networkx.algorithms.matching 0.0% 0.0% 18 0
networkx.algorithms.minors 0.0% 0.0% 0 0
networkx.algorithms.minors.contraction 0.0% 0.0% 25 0
networkx.algorithms.mis 0.0% 0.0% 4 0
networkx.algorithms.moral 0.0% 0.0% 2 0
networkx.algorithms.node_classification 0.0% 0.0% 9 0
networkx.algorithms.non_randomness 0.0% 0.0% 4 0
networkx.algorithms.operators.all 0.0% 0.0% 9 0
networkx.algorithms.operators.binary 0.0% 0.0% 23 0
networkx.algorithms.operators.product 0.0% 0.0% 25 0
networkx.algorithms.operators.unary 0.0% 0.0% 5 0
networkx.algorithms.perfect_graph 0.0% 0.0% 2 0
networkx.algorithms.planar_drawing 0.0% 0.0% 3 0
networkx.algorithms.planarity 0.0% 0.0% 61 0
networkx.algorithms.polynomials 0.0% 0.0% 4 0
networkx.algorithms.reciprocity 0.0% 0.0% 5 0
networkx.algorithms.regular 0.0% 0.0% 9 0
networkx.algorithms.richclub 0.0% 0.0% 5 0
networkx.algorithms.shortest_paths.astar 0.0% 0.0% 14 0
networkx.algorithms.shortest_paths.dense 0.0% 0.0% 14 0
networkx.algorithms.shortest_paths.generic 0.0% 0.0% 35 0
networkx.algorithms.shortest_paths.unweighted 0.0% 0.0% 32 0
networkx.algorithms.shortest_paths.weighted 0.0% 0.0% 114 0
networkx.algorithms.similarity 0.0% 0.0% 89 0
networkx.algorithms.simple_paths 0.0% 0.0% 18 0
networkx.algorithms.smallworld 0.0% 0.0% 21 0
networkx.algorithms.smetric 0.0% 0.0% 2 0
networkx.algorithms.sparsifiers 0.0% 0.0% 5 0
networkx.algorithms.structuralholes 0.0% 0.0% 13 0
networkx.algorithms.summarization 0.0% 0.0% 12 0
networkx.algorithms.swap 0.0% 0.0% 15 0
networkx.algorithms.threshold 0.0% 0.0% 5 0
networkx.algorithms.time_dependent 0.0% 0.0% 6 0
networkx.algorithms.tournament 0.0% 0.0% 17 0
networkx.algorithms.traversal.beamsearch 0.0% 0.0% 5 0
networkx.algorithms.traversal.breadth_first_search 0.0% 0.0% 37 0
networkx.algorithms.traversal.depth_first_search 0.0% 0.0% 35 0
networkx.algorithms.traversal.edgebfs 0.0% 0.0% 4 0
networkx.algorithms.traversal.edgedfs 0.0% 0.0% 4 0
networkx.algorithms.tree.branchings 0.0% 0.0% 60 0
networkx.algorithms.tree.coding 0.0% 0.0% 11 0
networkx.algorithms.tree.decomposition 0.0% 0.0% 2 0
networkx.algorithms.tree.distance_measures 0.0% 0.0% 4 0
networkx.algorithms.tree.mst 0.0% 0.0% 58 0
networkx.algorithms.tree.operations 0.0% 0.0% 4 0
networkx.algorithms.tree.recognition 0.0% 0.0% 8 0
networkx.algorithms.triads 0.0% 0.0% 11 0
networkx.algorithms.vitality 0.0% 0.0% 5 0
networkx.algorithms.voronoi 0.0% 0.0% 4 0
networkx.algorithms.walks 0.0% 0.0% 3 0
networkx.algorithms.wiener 0.0% 0.0% 12 0
networkx.classes.coreviews 0.0% 0.0% 76 0
networkx.classes.digraph 0.0% 0.0% 61 2
networkx.classes.filters 0.0% 0.0% 25 0
networkx.classes.function 0.0% 0.0% 123 0
networkx.classes.graph 0.0% 0.0% 88 0
networkx.classes.graphviews 0.0% 0.0% 9 0
networkx.classes.multidigraph 0.0% 0.0% 32 0
networkx.classes.multigraph 0.0% 0.0% 49 0
networkx.classes.reportviews 0.0% 0.0% 176 0
networkx.convert 0.0% 0.0% 24 0
networkx.convert_matrix 0.0% 0.0% 50 0
networkx.drawing.layout 0.0% 0.0% 119 0
networkx.drawing.nx_agraph 0.0% 0.0% 28 0
networkx.drawing.nx_latex 0.0% 0.0% 35 0
networkx.drawing.nx_pydot 0.0% 0.0% 17 0
networkx.drawing.nx_pylab 0.0% 0.0% 126 0
networkx.exception 0.0% 0.0% 4 0
networkx.generators.atlas 0.0% 0.0% 3 0
networkx.generators.classic 0.0% 0.0% 67 0
networkx.generators.cographs 0.0% 0.0% 3 0
networkx.generators.community 0.0% 0.0% 59 0
networkx.generators.degree_seq 0.0% 0.0% 27 0
networkx.generators.directed 0.0% 0.0% 29 0
networkx.generators.duplication 0.0% 0.0% 12 0
networkx.generators.ego 0.0% 0.0% 7 0
networkx.generators.expanders 0.0% 0.0% 31 0
networkx.generators.geometric 0.0% 0.0% 67 0
networkx.generators.harary_graph 0.0% 0.0% 8 0
networkx.generators.internet_as_graphs 0.0% 0.0% 3 0
networkx.generators.intersection 0.0% 0.0% 15 0
networkx.generators.interval_graph 0.0% 0.0% 2 0
networkx.generators.joint_degree_seq 0.0% 0.0% 14 0
networkx.generators.lattice 0.0% 0.0% 22 0
networkx.generators.line 0.0% 0.0% 5 0
networkx.generators.mycielski 0.0% 0.0% 5 0
networkx.generators.nonisomorphic_trees 0.0% 0.0% 4 0
networkx.generators.random_clustered 0.0% 0.0% 4 0
networkx.generators.random_graphs 0.0% 0.0% 107 0
networkx.generators.small 0.0% 0.0% 51 0
networkx.generators.social 0.0% 0.0% 4 0
networkx.generators.spectral_graph_forge 0.0% 0.0% 5 0
networkx.generators.stochastic 0.0% 0.0% 4 0
networkx.generators.sudoku 0.0% 0.0% 2 0
networkx.generators.time_series 0.0% 0.0% 2 0
networkx.generators.trees 0.0% 0.0% 26 0
networkx.generators.triads 0.0% 0.0% 2 0
networkx.lazy_imports 0.0% 0.0% 6 0
networkx.linalg.algebraicconnectivity 0.0% 0.0% 28 0
networkx.linalg.attrmatrix 0.0% 0.0% 15 0
networkx.linalg.bethehessianmatrix 0.0% 0.0% 4 0
networkx.linalg.graphmatrix 0.0% 0.0% 12 0
networkx.linalg.laplacianmatrix 0.0% 0.0% 20 0
networkx.linalg.modularitymatrix 0.0% 0.0% 8 0
networkx.linalg.spectrum 0.0% 0.0% 14 0
networkx.readwrite.adjlist 0.0% 0.0% 22 0
networkx.readwrite.edgelist 0.0% 0.0% 40 0
networkx.readwrite.gexf 0.0% 0.0% 18 0
networkx.readwrite.gml 0.0% 0.0% 15 0
networkx.readwrite.graph6 0.0% 0.0% 13 0
networkx.readwrite.graphml 0.0% 0.0% 115 0
networkx.readwrite.json_graph.adjacency 0.0% 0.0% 8 0
networkx.readwrite.json_graph.cytoscape 0.0% 0.0% 8 0
networkx.readwrite.json_graph.node_link 0.0% 0.0% 18 0
networkx.readwrite.json_graph.tree 0.0% 0.0% 9 0
networkx.readwrite.leda 0.0% 0.0% 5 0
networkx.readwrite.multiline_adjlist 0.0% 0.0% 24 0
networkx.readwrite.p2g 0.0% 0.0% 9 0
networkx.readwrite.pajek 0.0% 0.0% 11 0
networkx.readwrite.sparse6 0.0% 0.0% 13 0
networkx.readwrite.text 0.0% 0.0% 16 0
networkx.relabel 0.0% 0.0% 9 0
networkx.utils.backends 1.3% 1.3% 77 4
networkx.utils.configs 0.0% 0.0% 47 0
networkx.utils.decorators 0.0% 0.0% 34 0
networkx.utils.heaps 0.0% 0.0% 42 0
networkx.utils.mapped_queue 0.0% 0.0% 21 0
networkx.utils.misc 0.0% 0.0% 69 0
networkx.utils.random_sequence 0.0% 0.0% 24 0
networkx.utils.rcm 0.0% 0.0% 6 0
networkx.utils.union_find 0.0% 0.0% 10 0

Incomplete Annotations

networkx (1 missing, 0 any)

Symbol Typable Typed Any
attr config 1 0 0

networkx.algorithms.approximation.clique (8 missing, 0 any)

Symbol Typable Typed Any
func clique_removal 2 0 0
func maximum_independent_set 2 0 0
func max_clique 2 0 0
func large_clique_size 2 0 0

networkx.algorithms.approximation.clustering_coefficient (4 missing, 0 any)

Symbol Typable Typed Any
func average_clustering 4 0 0

networkx.algorithms.approximation.connectivity (13 missing, 0 any)

Symbol Typable Typed Any
func all_pairs_node_connectivity 4 0 0
func node_connectivity 4 0 0
func local_node_connectivity 5 0 0

networkx.algorithms.approximation.density (4 missing, 0 any)

Symbol Typable Typed Any
func densest_subgraph 4 0 0

networkx.algorithms.approximation.distance_measures (3 missing, 0 any)

Symbol Typable Typed Any
func diameter 3 0 0

networkx.algorithms.approximation.dominating_set (5 missing, 0 any)

Symbol Typable Typed Any
func min_edge_dominating_set 2 0 0
func min_weighted_dominating_set 3 0 0

networkx.algorithms.approximation.kcomponents (3 missing, 0 any)

Symbol Typable Typed Any
func k_components 3 0 0

networkx.algorithms.approximation.matching (2 missing, 0 any)

Symbol Typable Typed Any
func min_maximal_matching 2 0 0

networkx.algorithms.approximation.maxcut (10 missing, 0 any)

Symbol Typable Typed Any
func one_exchange 5 0 0
func randomized_partitioning 5 0 0

networkx.algorithms.approximation.ramsey (2 missing, 0 any)

Symbol Typable Typed Any
func ramsey_R2 2 0 0

networkx.algorithms.approximation.steinertree (8 missing, 0 any)

Symbol Typable Typed Any
func steiner_tree 5 0 0
func metric_closure 3 0 0

networkx.algorithms.approximation.traveling_salesman (42 missing, 0 any)

Symbol Typable Typed Any
func simulated_annealing_tsp 11 0 0
func asadpour_atsp 5 0 0
func christofides 4 0 0
func traveling_salesman_problem 7 0 0
func greedy_tsp 4 0 0
func threshold_accepting_tsp 11 0 0

networkx.algorithms.approximation.treewidth (4 missing, 0 any)

Symbol Typable Typed Any
func treewidth_min_fill_in 2 0 0
func treewidth_min_degree 2 0 0

networkx.algorithms.approximation.vertex_cover (3 missing, 0 any)

Symbol Typable Typed Any
func min_weighted_vertex_cover 3 0 0

networkx.algorithms.assortativity.connectivity (6 missing, 0 any)

Symbol Typable Typed Any
func average_degree_connectivity 6 0 0

networkx.algorithms.assortativity.correlation (20 missing, 0 any)

Symbol Typable Typed Any
func degree_pearson_correlation_coefficient 6 0 0
func attribute_assortativity_coefficient 4 0 0
func degree_assortativity_coefficient 6 0 0
func numeric_assortativity_coefficient 4 0 0

networkx.algorithms.assortativity.mixing (29 missing, 0 any)

Symbol Typable Typed Any
func degree_mixing_matrix 8 0 0
func mixing_dict 3 0 0
func attribute_mixing_matrix 6 0 0
func attribute_mixing_dict 5 0 0
func degree_mixing_dict 7 0 0

networkx.algorithms.assortativity.neighbor_degree (6 missing, 0 any)

Symbol Typable Typed Any
func average_neighbor_degree 6 0 0

networkx.algorithms.assortativity.pairs (10 missing, 0 any)

Symbol Typable Typed Any
func node_attribute_xy 4 0 0
func node_degree_xy 6 0 0

networkx.algorithms.asteroidal (4 missing, 0 any)

Symbol Typable Typed Any
func is_at_free 2 0 0
func find_asteroidal_triple 2 0 0

networkx.algorithms.bipartite.basic (17 missing, 0 any)

Symbol Typable Typed Any
func is_bipartite_node_set 3 0 0
func sets 3 0 0
func color 2 0 0
func is_bipartite 2 0 0
func degrees 4 0 0
func density 3 0 0

networkx.algorithms.bipartite.centrality (10 missing, 0 any)

Symbol Typable Typed Any
func closeness_centrality 4 0 0
func degree_centrality 3 0 0
func betweenness_centrality 3 0 0

networkx.algorithms.bipartite.cluster (10 missing, 0 any)

Symbol Typable Typed Any
func robins_alexander_clustering 2 0 0
func average_clustering 4 0 0
func latapy_clustering 4 0 0

networkx.algorithms.bipartite.covering (3 missing, 0 any)

Symbol Typable Typed Any
func min_edge_cover 3 0 0

networkx.algorithms.bipartite.edgelist (27 missing, 0 any)

Symbol Typable Typed Any
func read_edgelist 9 0 0
func generate_edgelist 4 0 0
func parse_edgelist 7 0 0
func write_edgelist 7 0 0

networkx.algorithms.bipartite.extendability (2 missing, 0 any)

Symbol Typable Typed Any
func maximal_extendability 2 0 0

networkx.algorithms.bipartite.generators (38 missing, 0 any)

Symbol Typable Typed Any
func alternating_havel_hakimi_graph 4 0 0
func complete_bipartite_graph 4 0 0
func random_graph 6 0 0
func preferential_attachment_graph 5 0 0
func configuration_model 5 0 0
func gnmk_random_graph 6 0 0
func havel_hakimi_graph 4 0 0
func reverse_havel_hakimi_graph 4 0 0

networkx.algorithms.bipartite.link_analysis (10 missing, 0 any)

Symbol Typable Typed Any
func birank 10 0 0

networkx.algorithms.bipartite.matching (14 missing, 0 any)

Symbol Typable Typed Any
func to_vertex_cover 4 0 0
func minimum_weight_full_matching 4 0 0
func eppstein_matching 3 0 0
func hopcroft_karp_matching 3 0 0

networkx.algorithms.bipartite.matrix (13 missing, 0 any)

Symbol Typable Typed Any
func from_biadjacency_matrix 6 0 0
func biadjacency_matrix 7 0 0

networkx.algorithms.bipartite.projection (19 missing, 0 any)

Symbol Typable Typed Any
func overlap_weighted_projected_graph 4 0 0
func weighted_projected_graph 4 0 0
func collaboration_weighted_projected_graph 3 0 0
func generic_weighted_projected_graph 4 0 0
func projected_graph 4 0 0

networkx.algorithms.bipartite.redundancy (3 missing, 0 any)

Symbol Typable Typed Any
func node_redundancy 3 0 0

networkx.algorithms.bipartite.spectral (4 missing, 0 any)

Symbol Typable Typed Any
func spectral_bipartivity 4 0 0

networkx.algorithms.boundary (11 missing, 0 any)

Symbol Typable Typed Any
func node_boundary 4 0 0
func edge_boundary 7 0 0

networkx.algorithms.bridges (10 missing, 0 any)

Symbol Typable Typed Any
func has_bridges 3 0 0
func local_bridges 4 0 0
func bridges 3 0 0

networkx.algorithms.broadcasting (5 missing, 0 any)

Symbol Typable Typed Any
func tree_broadcast_time 3 0 0
func tree_broadcast_center 2 0 0

networkx.algorithms.centrality.betweenness (13 missing, 0 any)

Symbol Typable Typed Any
func edge_betweenness_centrality 6 0 0
func betweenness_centrality 7 0 0

networkx.algorithms.centrality.betweenness_subset (12 missing, 0 any)

Symbol Typable Typed Any
func edge_betweenness_centrality_subset 6 0 0
func betweenness_centrality_subset 6 0 0

networkx.algorithms.centrality.closeness (11 missing, 0 any)

Symbol Typable Typed Any
func closeness_centrality 5 0 0
func incremental_closeness_centrality 6 0 0

networkx.algorithms.centrality.current_flow_betweenness (22 missing, 0 any)

Symbol Typable Typed Any
func edge_current_flow_betweenness_centrality 6 0 0
func approximate_current_flow_betweenness_centrality 10 0 0
func current_flow_betweenness_centrality 6 0 0

networkx.algorithms.centrality.current_flow_betweenness_subset (16 missing, 0 any)

Symbol Typable Typed Any
func edge_current_flow_betweenness_centrality_subset 8 0 0
func current_flow_betweenness_centrality_subset 8 0 0

networkx.algorithms.centrality.current_flow_closeness (5 missing, 0 any)

Symbol Typable Typed Any
func current_flow_closeness_centrality 5 0 0

networkx.algorithms.centrality.degree_alg (6 missing, 0 any)

Symbol Typable Typed Any
func in_degree_centrality 2 0 0
func out_degree_centrality 2 0 0
func degree_centrality 2 0 0

networkx.algorithms.centrality.dispersion (8 missing, 0 any)

Symbol Typable Typed Any
func dispersion 8 0 0

networkx.algorithms.centrality.eigenvector (11 missing, 0 any)

Symbol Typable Typed Any
func eigenvector_centrality 6 0 0
func eigenvector_centrality_numpy 5 0 0

networkx.algorithms.centrality.flow_matrix (45 missing, 0 any)

Symbol Typable Typed Any
meth FullInverseLaplacian.init_solver 2 0 0
meth FullInverseLaplacian.solve 2 0 0
meth FullInverseLaplacian.solve_inverse 2 0 0
func flow_matrix_row 5 0 0
meth CGInverseLaplacian.init_solver 2 0 0
meth CGInverseLaplacian.solve 2 0 0
meth CGInverseLaplacian.solve_inverse 2 0 0
meth SuperLUInverseLaplacian.init_solver 2 0 0
meth SuperLUInverseLaplacian.solve_inverse 2 0 0
meth SuperLUInverseLaplacian.solve 2 0 0
meth InverseLaplacian.init 4 0 0
meth InverseLaplacian.init_solver 2 0 0
meth InverseLaplacian.solve 2 0 0
meth InverseLaplacian.solve_inverse 2 0 0
meth InverseLaplacian.get_rows 3 0 0
meth InverseLaplacian.get_row 2 0 0
meth InverseLaplacian.width 2 0 0
attr InverseLaplacian.dtype 1 0 0
attr InverseLaplacian.n 1 0 0
attr InverseLaplacian.C 1 0 0
attr InverseLaplacian.L1 1 0 0
attr InverseLaplacian.w 1 0 0

networkx.algorithms.centrality.group (27 missing, 0 any)

Symbol Typable Typed Any
func group_closeness_centrality 4 0 0
func group_betweenness_centrality 6 0 0
func prominent_group 8 0 0
func group_out_degree_centrality 3 0 0
func group_in_degree_centrality 3 0 0
func group_degree_centrality 3 0 0

networkx.algorithms.centrality.harmonic (5 missing, 0 any)

Symbol Typable Typed Any
func harmonic_centrality 5 0 0

networkx.algorithms.centrality.katz (15 missing, 0 any)

Symbol Typable Typed Any
func katz_centrality 9 0 0
func katz_centrality_numpy 6 0 0

networkx.algorithms.centrality.laplacian (7 missing, 0 any)

Symbol Typable Typed Any
func laplacian_centrality 7 0 0

networkx.algorithms.centrality.load (3 missing, 0 any)

Symbol Typable Typed Any
func edge_load_centrality 3 0 0

networkx.algorithms.centrality.percolation (5 missing, 0 any)

Symbol Typable Typed Any
func percolation_centrality 5 0 0

networkx.algorithms.centrality.reaching (10 missing, 0 any)

Symbol Typable Typed Any
func local_reaching_centrality 6 0 0
func global_reaching_centrality 4 0 0

networkx.algorithms.centrality.second_order (3 missing, 0 any)

Symbol Typable Typed Any
func second_order_centrality 3 0 0

networkx.algorithms.centrality.subgraph_alg (10 missing, 0 any)

Symbol Typable Typed Any
func communicability_betweenness_centrality 2 0 0
func estrada_index 2 0 0
func subgraph_centrality 3 0 0
func subgraph_centrality_exp 3 0 0

networkx.algorithms.centrality.trophic (10 missing, 0 any)

Symbol Typable Typed Any
func trophic_levels 3 0 0
func trophic_incoherence_parameter 4 0 0
func trophic_differences 3 0 0

networkx.algorithms.centrality.voterank_alg (3 missing, 0 any)

Symbol Typable Typed Any
func voterank 3 0 0

networkx.algorithms.chains (3 missing, 0 any)

Symbol Typable Typed Any
func chain_decomposition 3 0 0

networkx.algorithms.chordal (13 missing, 0 any)

Symbol Typable Typed Any
func find_induced_nodes 5 0 0
func chordal_graph_cliques 2 0 0
func complete_to_chordal_graph 2 0 0
func chordal_graph_treewidth 2 0 0
func is_chordal 2 0 0

networkx.algorithms.clique (28 missing, 0 any)

Symbol Typable Typed Any
func find_cliques 3 0 0
func find_cliques_recursive 3 0 0
func enumerate_all_cliques 2 0 0
func make_max_clique_graph 3 0 0
func node_clique_number 5 0 0
func max_weight_clique 3 0 0
func number_of_cliques 4 0 0
func make_clique_bipartite 5 0 0

networkx.algorithms.cluster (23 missing, 0 any)

Symbol Typable Typed Any
func triangles 3 0 0
func clustering 4 0 0
func generalized_degree 3 0 0
func transitivity 2 0 0
func all_triangles 3 0 0
func average_clustering 5 0 0
func square_clustering 3 0 0

networkx.algorithms.coloring.equitable_coloring (3 missing, 0 any)

Symbol Typable Typed Any
func equitable_color 3 0 0

networkx.algorithms.coloring.greedy_coloring (30 missing, 0 any)

Symbol Typable Typed Any
func greedy_color 4 0 0
func strategy_saturation_largest_first 3 0 0
func strategy_connected_sequential_bfs 3 0 0
func strategy_smallest_last 3 0 0
func strategy_random_sequential 4 0 0
func strategy_connected_sequential 4 0 0
func strategy_independent_set 3 0 0
func strategy_largest_first 3 0 0
func strategy_connected_sequential_dfs 3 0 0

networkx.algorithms.communicability_alg (4 missing, 0 any)

Symbol Typable Typed Any
func communicability_exp 2 0 0
func communicability 2 0 0

networkx.algorithms.community.asyn_fluid (5 missing, 0 any)

Symbol Typable Typed Any
func asyn_fluidc 5 0 0

networkx.algorithms.community.bipartitions (12 missing, 0 any)

Symbol Typable Typed Any
func greedy_node_swap_bipartition 4 0 0
func kernighan_lin_bisection 6 0 0
func spectral_modularity_bipartition 2 0 0

networkx.algorithms.community.centrality (3 missing, 0 any)

Symbol Typable Typed Any
func girvan_newman 3 0 0

networkx.algorithms.community.community_utils (3 missing, 0 any)

Symbol Typable Typed Any
func is_partition 3 0 0

networkx.algorithms.community.divisive (8 missing, 0 any)

Symbol Typable Typed Any
func edge_current_flow_betweenness_partition 4 0 0
func edge_betweenness_partition 4 0 0

networkx.algorithms.community.kclique (4 missing, 0 any)

Symbol Typable Typed Any
func k_clique_communities 4 0 0

networkx.algorithms.community.label_propagation (10 missing, 0 any)

Symbol Typable Typed Any
func fast_label_propagation_communities 4 0 0
func label_propagation_communities 2 0 0
func asyn_lpa_communities 4 0 0

networkx.algorithms.community.leiden (11 missing, 0 any)

Symbol Typable Typed Any
func leiden_partitions 5 0 0
func leiden_communities 6 0 0

networkx.algorithms.community.local (5 missing, 0 any)

Symbol Typable Typed Any
func greedy_source_expansion 5 0 0

networkx.algorithms.community.louvain (13 missing, 0 any)

Symbol Typable Typed Any
func louvain_partitions 6 0 0
func louvain_communities 7 0 0

networkx.algorithms.community.lukes (5 missing, 0 any)

Symbol Typable Typed Any
func lukes_partitioning 5 0 0

networkx.algorithms.community.modularity_max (10 missing, 0 any)

Symbol Typable Typed Any
func greedy_modularity_communities 6 0 0
func naive_greedy_modularity_communities 4 0 0

networkx.algorithms.community.quality (8 missing, 0 any)

Symbol Typable Typed Any
func partition_quality 3 0 0
func modularity 5 0 0

networkx.algorithms.components.attracting (6 missing, 0 any)

Symbol Typable Typed Any
func attracting_components 2 0 0
func number_attracting_components 2 0 0
func is_attracting_component 2 0 0

networkx.algorithms.components.biconnected (8 missing, 0 any)

Symbol Typable Typed Any
func biconnected_components 2 0 0
func biconnected_component_edges 2 0 0
func is_biconnected 2 0 0
func articulation_points 2 0 0

networkx.algorithms.components.connected (9 missing, 0 any)

Symbol Typable Typed Any
func number_connected_components 2 0 0
func node_connected_component 3 0 0
func connected_components 2 0 0
func is_connected 2 0 0

networkx.algorithms.components.semiconnected (2 missing, 0 any)

Symbol Typable Typed Any
func is_semiconnected 2 0 0

networkx.algorithms.components.strongly_connected (12 missing, 0 any)

Symbol Typable Typed Any
func kosaraju_strongly_connected_components 3 0 0
func strongly_connected_components 2 0 0
func number_strongly_connected_components 2 0 0
func condensation 3 0 0
func is_strongly_connected 2 0 0

networkx.algorithms.components.weakly_connected (6 missing, 0 any)

Symbol Typable Typed Any
func is_weakly_connected 2 0 0
func weakly_connected_components 2 0 0
func number_weakly_connected_components 2 0 0

networkx.algorithms.connectivity.connectivity (34 missing, 0 any)

Symbol Typable Typed Any
func local_edge_connectivity 8 0 0
func node_connectivity 5 0 0
func all_pairs_node_connectivity 4 0 0
func average_node_connectivity 3 0 0
func local_node_connectivity 8 0 0
func edge_connectivity 6 0 0

networkx.algorithms.connectivity.cuts (24 missing, 0 any)

Symbol Typable Typed Any
func minimum_node_cut 5 0 0
func minimum_st_edge_cut 7 0 0
func minimum_st_node_cut 7 0 0
func minimum_edge_cut 5 0 0

networkx.algorithms.connectivity.disjoint_paths (16 missing, 0 any)

Symbol Typable Typed Any
func edge_disjoint_paths 8 0 0
func node_disjoint_paths 8 0 0

networkx.algorithms.connectivity.edge_augmentation (14 missing, 0 any)

Symbol Typable Typed Any
func is_locally_k_edge_connected 5 0 0
func k_edge_augmentation 6 0 0
func is_k_edge_connected 3 0 0

networkx.algorithms.connectivity.edge_kcomponents (14 missing, 0 any)

Symbol Typable Typed Any
func bridge_components 2 0 0
meth EdgeComponentAuxGraph.construct 2 0 0
meth EdgeComponentAuxGraph.k_edge_components 2 0 0
meth EdgeComponentAuxGraph.k_edge_subgraphs 2 0 0
func k_edge_subgraphs 3 0 0
func k_edge_components 3 0 0

networkx.algorithms.connectivity.kcomponents (3 missing, 0 any)

Symbol Typable Typed Any
func k_components 3 0 0

networkx.algorithms.connectivity.kcutsets (4 missing, 0 any)

Symbol Typable Typed Any
func all_node_cuts 4 0 0

networkx.algorithms.connectivity.stoerwagner (4 missing, 0 any)

Symbol Typable Typed Any
func stoer_wagner 4 0 0

networkx.algorithms.connectivity.utils (4 missing, 0 any)

Symbol Typable Typed Any
func build_auxiliary_node_connectivity 2 0 0
func build_auxiliary_edge_connectivity 2 0 0

networkx.algorithms.core (23 missing, 0 any)

Symbol Typable Typed Any
func k_truss 3 0 0
func k_core 4 0 0
func k_crust 4 0 0
func core_number 2 0 0
func k_shell 4 0 0
func k_corona 4 0 0
func onion_layers 2 0 0

networkx.algorithms.covering (6 missing, 0 any)

Symbol Typable Typed Any
func is_edge_cover 3 0 0
func min_edge_cover 3 0 0

networkx.algorithms.cuts (35 missing, 0 any)

Symbol Typable Typed Any
func cut_size 5 0 0
func volume 4 0 0
func boundary_expansion 3 0 0
func normalized_cut_size 5 0 0
func mixing_expansion 5 0 0
func edge_expansion 5 0 0
func conductance 5 0 0
func node_expansion 3 0 0

networkx.algorithms.cycles (20 missing, 0 any)

Symbol Typable Typed Any
func cycle_basis 3 0 0
func recursive_simple_cycles 2 0 0
func girth 2 0 0
func minimum_cycle_basis 3 0 0
func simple_cycles 3 0 0
func chordless_cycles 3 0 0
func find_cycle 4 0 0

networkx.algorithms.d_separation (18 missing, 0 any)

Symbol Typable Typed Any
func is_d_separator 5 0 0
func find_minimal_d_separator 6 0 0
func is_minimal_d_separator 7 0 0

networkx.algorithms.dag (41 missing, 0 any)

Symbol Typable Typed Any
func transitive_closure_dag 3 0 0
func antichains 3 0 0
func transitive_closure 3 0 0
func is_aperiodic 2 0 0
func is_directed_acyclic_graph 2 0 0
func descendants 3 0 0
func dag_longest_path 5 0 0
func lexicographical_topological_sort 3 0 0
func dag_to_branching 2 0 0
func dag_longest_path_length 4 0 0
func ancestors 3 0 0
func all_topological_sorts 2 0 0
func transitive_reduction 2 0 0
func topological_sort 2 0 0
func topological_generations 2 0 0

networkx.algorithms.distance_measures (47 missing, 0 any)

Symbol Typable Typed Any
func radius 5 0 0
func kemeny_constant 3 0 0
func effective_graph_resistance 4 0 0
func resistance_distance 6 0 0
func diameter 5 0 0
func eccentricity 5 0 0
func barycenter 5 0 0
func periphery 5 0 0
func harmonic_diameter 4 0 0
func center 5 0 0

networkx.algorithms.distance_regular (9 missing, 0 any)

Symbol Typable Typed Any
func global_parameters 3 0 0
func is_distance_regular 2 0 0
func is_strongly_regular 2 0 0
func intersection_array 2 0 0

networkx.algorithms.dominance (6 missing, 0 any)

Symbol Typable Typed Any
func dominance_frontiers 3 0 0
func immediate_dominators 3 0 0

networkx.algorithms.dominating (11 missing, 0 any)

Symbol Typable Typed Any
func connected_dominating_set 2 0 0
func is_dominating_set 3 0 0
func is_connected_dominating_set 3 0 0
func dominating_set 3 0 0

networkx.algorithms.efficiency_measures (8 missing, 0 any)

Symbol Typable Typed Any
func global_efficiency 2 0 0
func efficiency 4 0 0
func local_efficiency 2 0 0

networkx.algorithms.euler (17 missing, 0 any)

Symbol Typable Typed Any
func eulerian_circuit 4 0 0
func is_semieulerian 2 0 0
func has_eulerian_path 3 0 0
func eulerian_path 4 0 0
func is_eulerian 2 0 0
func eulerize 2 0 0

networkx.algorithms.flow.boykovkolmogorov (8 missing, 0 any)

Symbol Typable Typed Any
func boykov_kolmogorov 8 0 0

networkx.algorithms.flow.capacityscaling (6 missing, 0 any)

Symbol Typable Typed Any
func capacity_scaling 6 0 0

networkx.algorithms.flow.dinitz_alg (8 missing, 0 any)

Symbol Typable Typed Any
func dinitz 8 0 0

networkx.algorithms.flow.edmondskarp (8 missing, 0 any)

Symbol Typable Typed Any
func edmonds_karp 8 0 0

networkx.algorithms.flow.gomory_hu (4 missing, 0 any)

Symbol Typable Typed Any
func gomory_hu_tree 4 0 0

networkx.algorithms.flow.maxflow (28 missing, 0 any)

Symbol Typable Typed Any
func maximum_flow_value 7 0 0
func minimum_cut 7 0 0
func maximum_flow 7 0 0
func minimum_cut_value 7 0 0

networkx.algorithms.flow.mincost (20 missing, 0 any)

Symbol Typable Typed Any
func min_cost_flow_cost 5 0 0
func max_flow_min_cost 6 0 0
func cost_of_flow 4 0 0
func min_cost_flow 5 0 0

networkx.algorithms.flow.networksimplex (5 missing, 0 any)

Symbol Typable Typed Any
func network_simplex 5 0 0

networkx.algorithms.flow.preflowpush (8 missing, 0 any)

Symbol Typable Typed Any
func preflow_push 8 0 0

networkx.algorithms.flow.shortestaugmentingpath (9 missing, 0 any)

Symbol Typable Typed Any
func shortest_augmenting_path 9 0 0

networkx.algorithms.flow.utils (28 missing, 0 any)

Symbol Typable Typed Any
func detect_unboundedness 4 0 0
func build_residual_network 3 0 0
func build_flow_dict 3 0 0
meth CurrentEdge.init 2 0 0
meth CurrentEdge.get 1 0 0
meth CurrentEdge.move_to_next 1 0 0
meth CurrentEdge._rewind 1 0 0
meth CurrentEdge.eq 2 0 0
meth Level.init 1 0 0
attr Level.active 1 0 0
attr Level.inactive 1 0 0
meth GlobalRelabelThreshold.init 4 0 0
meth GlobalRelabelThreshold.add_work 2 0 0
meth GlobalRelabelThreshold.is_reached 1 0 0
meth GlobalRelabelThreshold.clear_work 1 0 0

networkx.algorithms.graph_hashing (13 missing, 0 any)

Symbol Typable Typed Any
func weisfeiler_lehman_graph_hash 6 0 0
func weisfeiler_lehman_subgraph_hashes 7 0 0

networkx.algorithms.graphical (14 missing, 0 any)

Symbol Typable Typed Any
func is_valid_degree_sequence_erdos_gallai 2 0 0
func is_graphical 3 0 0
func is_multigraphical 2 0 0
func is_pseudographical 2 0 0
func is_valid_degree_sequence_havel_hakimi 2 0 0
func is_digraphical 3 0 0

networkx.algorithms.hierarchy (3 missing, 0 any)

Symbol Typable Typed Any
func flow_hierarchy 3 0 0

networkx.algorithms.hybrid (11 missing, 0 any)

Symbol Typable Typed Any
func is_kl_connected 5 0 0
func kl_connected_subgraph 6 0 0

networkx.algorithms.isolate (7 missing, 0 any)

Symbol Typable Typed Any
func number_of_isolates 2 0 0
func is_isolate 3 0 0
func isolates 2 0 0

networkx.algorithms.isomorphism.ismags (59 missing, 0 any)

Symbol Typable Typed Any
meth ISMAGS.init 6 0 0
meth ISMAGS.create_aligned_partitions 4 0 0
meth ISMAGS.find_isomorphisms 2 0 0
meth ISMAGS._get_color_degree_candidates 1 0 0
meth ISMAGS.largest_common_subgraph 2 0 0
meth ISMAGS.analyze_subgraph_symmetry 1 0 0
meth ISMAGS.is_isomorphic 2 0 0
meth ISMAGS.subgraph_is_isomorphic 2 0 0
meth ISMAGS.isomorphisms_iter 2 0 0
meth ISMAGS.subgraph_isomorphisms_iter 2 0 0
meth ISMAGS._get_node_color_candidate_sets 1 0 0
meth ISMAGS._refine_node_partition 4 0 0
meth ISMAGS._map_nodes 5 0 0
meth ISMAGS._largest_common_subgraph 4 0 0
meth ISMAGS._remove_node 4 0 0
meth ISMAGS._get_permutations_by_length 2 0 0
meth ISMAGS._refine_opp 5 0 0
meth ISMAGS._find_permutations 3 0 0
meth ISMAGS._process_ordered_pair_partitions 5 0 0
attr ISMAGS.graph 1 0 0
attr ISMAGS.subgraph 1 0 0

networkx.algorithms.isomorphism.isomorph (15 missing, 0 any)

Symbol Typable Typed Any
func could_be_isomorphic 4 0 0
func is_isomorphic 5 0 0
func faster_could_be_isomorphic 3 0 0
func fast_could_be_isomorphic 3 0 0

networkx.algorithms.isomorphism.isomorphvf2 (40 missing, 0 any)

Symbol Typable Typed Any
meth DiGraphMatcher.init 3 0 0
meth DiGraphMatcher._is_directed_matcher 1 0 0
meth DiGraphMatcher.candidate_pairs_iter 1 0 0
meth DiGraphMatcher.initialize 1 0 0
meth DiGraphMatcher.syntactic_feasibility 3 0 0
meth DiGraphMatcher.subgraph_is_isomorphic 1 0 0
meth DiGraphMatcher.subgraph_is_monomorphic 1 0 0
meth DiGraphMatcher.subgraph_isomorphisms_iter 1 0 0
meth DiGraphMatcher.subgraph_monomorphisms_iter 1 0 0
meth GraphMatcher.init 3 0 0
meth GraphMatcher._is_directed_matcher 1 0 0
meth GraphMatcher.reset_recursion_limit 1 0 0
meth GraphMatcher.candidate_pairs_iter 1 0 0
meth GraphMatcher.initialize 1 0 0
meth GraphMatcher.is_isomorphic 1 0 0
meth GraphMatcher.isomorphisms_iter 1 0 0
meth GraphMatcher.match 1 0 0
meth GraphMatcher.semantic_feasibility 3 0 0
meth GraphMatcher.subgraph_is_isomorphic 1 0 0
meth GraphMatcher.subgraph_is_monomorphic 1 0 0
meth GraphMatcher.subgraph_isomorphisms_iter 1 0 0
meth GraphMatcher.subgraph_monomorphisms_iter 1 0 0
meth GraphMatcher.syntactic_feasibility 3 0 0
attr GraphMatcher.G1 1 0 0
attr GraphMatcher.G2 1 0 0
attr GraphMatcher.G1_nodes 1 0 0
attr GraphMatcher.G2_nodes 1 0 0
attr GraphMatcher.G2_node_order 1 0 0
attr GraphMatcher.old_recursion_limit 1 0 0
attr GraphMatcher.test 1 0 0

networkx.algorithms.isomorphism.matchhelpers (27 missing, 0 any)

Symbol Typable Typed Any
func categorical_node_match 3 0 0
func numerical_node_match 5 0 0
attr numerical_edge_match 1 0 0
attr generic_edge_match 1 0 0
func numerical_multiedge_match 5 0 0
func generic_node_match 4 0 0
func generic_multiedge_match 4 0 0
func categorical_multiedge_match 3 0 0
attr categorical_edge_match 1 0 0

networkx.algorithms.isomorphism.temporalisomorphvf2 (71 missing, 0 any)

Symbol Typable Typed Any
meth TimeRespectingGraphMatcher.init 5 0 0
meth TimeRespectingGraphMatcher.one_hop 4 0 0
meth TimeRespectingGraphMatcher.two_hop 5 0 0
meth TimeRespectingGraphMatcher.semantic_feasibility 3 0 0
attr TimeRespectingGraphMatcher.temporal_attribute_name 1 0 0
attr TimeRespectingGraphMatcher.delta 1 0 0
meth TimeRespectingDiGraphMatcher.init 5 0 0
meth TimeRespectingDiGraphMatcher.get_pred_dates 5 0 0
meth TimeRespectingDiGraphMatcher.get_succ_dates 5 0 0
meth TimeRespectingDiGraphMatcher.one_hop 6 0 0
meth TimeRespectingDiGraphMatcher.two_hop_pred 5 0 0
meth TimeRespectingDiGraphMatcher.two_hop_succ 5 0 0
meth TimeRespectingDiGraphMatcher.preds 5 0 0
meth TimeRespectingDiGraphMatcher.succs 5 0 0
meth TimeRespectingDiGraphMatcher.test_one 3 0 0
meth TimeRespectingDiGraphMatcher.test_two 3 0 0
meth TimeRespectingDiGraphMatcher.semantic_feasibility 3 0 0
attr TimeRespectingDiGraphMatcher.temporal_attribute_name 1 0 0
attr TimeRespectingDiGraphMatcher.delta 1 0 0

networkx.algorithms.isomorphism.tree_isomorphism (8 missing, 0 any)

Symbol Typable Typed Any
func rooted_tree_isomorphism 5 0 0
func tree_isomorphism 3 0 0

networkx.algorithms.isomorphism.vf2pp (15 missing, 0 any)

Symbol Typable Typed Any
func vf2pp_all_isomorphisms 5 0 0
func vf2pp_is_isomorphic 5 0 0
func vf2pp_isomorphism 5 0 0

networkx.algorithms.isomorphism.vf2userfunc (21 missing, 0 any)

Symbol Typable Typed Any
meth DiGraphMatcher.init 5 0 0
meth DiGraphMatcher.semantic_feasibility 3 0 0
attr DiGraphMatcher.node_match 1 0 0
attr DiGraphMatcher.edge_match 1 0 0
attr DiGraphMatcher.G1_adj 1 0 0
attr DiGraphMatcher.G2_adj 1 0 0
meth GraphMatcher.init 5 0 0
attr GraphMatcher.node_match 1 0 0
attr GraphMatcher.edge_match 1 0 0
attr GraphMatcher.G1_adj 1 0 0
attr GraphMatcher.G2_adj 1 0 0

networkx.algorithms.link_analysis.hits_alg (6 missing, 0 any)

Symbol Typable Typed Any
func hits 6 0 0

networkx.algorithms.link_analysis.pagerank_alg (16 missing, 0 any)

Symbol Typable Typed Any
func pagerank 9 0 0
func google_matrix 7 0 0

networkx.algorithms.link_prediction (29 missing, 0 any)

Symbol Typable Typed Any
func jaccard_coefficient 3 0 0
func preferential_attachment 3 0 0
func resource_allocation_index 3 0 0
func within_inter_cluster 5 0 0
func ra_index_soundarajan_hopcroft 4 0 0
func cn_soundarajan_hopcroft 4 0 0
func common_neighbor_centrality 4 0 0
func adamic_adar_index 3 0 0

networkx.algorithms.lowest_common_ancestors (12 missing, 0 any)

Symbol Typable Typed Any
func lowest_common_ancestor 5 0 0
func all_pairs_lowest_common_ancestor 3 0 0
func tree_all_pairs_lowest_common_ancestor 4 0 0

networkx.algorithms.matching (18 missing, 0 any)

Symbol Typable Typed Any
func min_weight_matching 3 0 0
func is_perfect_matching 3 0 0
func maximal_matching 2 0 0
func max_weight_matching 4 0 0
func is_matching 3 0 0
func is_maximal_matching 3 0 0

networkx.algorithms.minors.contraction (25 missing, 0 any)

Symbol Typable Typed Any
func quotient_graph 9 0 0
func contracted_edge 6 0 0
func contracted_nodes 7 0 0
func equivalence_classes 3 0 0

networkx.algorithms.mis (4 missing, 0 any)

Symbol Typable Typed Any
func maximal_independent_set 4 0 0

networkx.algorithms.moral (2 missing, 0 any)

Symbol Typable Typed Any
func moral_graph 2 0 0

networkx.algorithms.node_classification (9 missing, 0 any)

Symbol Typable Typed Any
func harmonic_function 4 0 0
func local_and_global_consistency 5 0 0

networkx.algorithms.non_randomness (4 missing, 0 any)

Symbol Typable Typed Any
func non_randomness 4 0 0

networkx.algorithms.operators.all (9 missing, 0 any)

Symbol Typable Typed Any
func compose_all 2 0 0
func intersection_all 2 0 0
func disjoint_union_all 2 0 0
func union_all 3 0 0

networkx.algorithms.operators.binary (23 missing, 0 any)

Symbol Typable Typed Any
func symmetric_difference 3 0 0
func disjoint_union 3 0 0
func difference 3 0 0
func compose 3 0 0
func union 4 0 0
func intersection 3 0 0
func full_join 4 0 0

networkx.algorithms.operators.product (25 missing, 0 any)

Symbol Typable Typed Any
func rooted_product 4 0 0
func modular_product 3 0 0
func cartesian_product 3 0 0
func strong_product 3 0 0
func tensor_product 3 0 0
func corona_product 3 0 0
func power 3 0 0
func lexicographic_product 3 0 0

networkx.algorithms.operators.unary (5 missing, 0 any)

Symbol Typable Typed Any
func reverse 3 0 0
func complement 2 0 0

networkx.algorithms.perfect_graph (2 missing, 0 any)

Symbol Typable Typed Any
func is_perfect_graph 2 0 0

networkx.algorithms.planar_drawing (3 missing, 0 any)

Symbol Typable Typed Any
func combinatorial_embedding_to_pos 3 0 0

networkx.algorithms.planarity (61 missing, 0 any)

Symbol Typable Typed Any
meth PlanarEmbedding.init 3 0 0
meth PlanarEmbedding._forbidden 3 0 0
meth PlanarEmbedding.get_data 1 0 0
meth PlanarEmbedding.set_data 2 0 0
meth PlanarEmbedding.remove_node 2 0 0
meth PlanarEmbedding.remove_nodes_from 2 0 0
meth PlanarEmbedding.neighbors_cw_order 2 0 0
meth PlanarEmbedding.add_half_edge 5 0 0
meth PlanarEmbedding.check_structure 1 0 0
meth PlanarEmbedding.add_half_edge_ccw 4 0 0
meth PlanarEmbedding.add_half_edge_cw 4 0 0
meth PlanarEmbedding.remove_edge 3 0 0
meth PlanarEmbedding.remove_edges_from 2 0 0
meth PlanarEmbedding.connect_components 3 0 0
meth PlanarEmbedding.add_half_edge_first 3 0 0
meth PlanarEmbedding.next_face_half_edge 3 0 0
meth PlanarEmbedding.traverse_face 4 0 0
meth PlanarEmbedding.is_directed 1 0 0
meth PlanarEmbedding.copy 2 0 0
meth PlanarEmbedding.to_undirected 3 0 0
attr PlanarEmbedding.add_edge 1 0 0
attr PlanarEmbedding.add_edges_from 1 0 0
attr PlanarEmbedding.add_weighted_edges_from 1 0 0
func check_planarity 3 0 0
func is_planar 2 0 0

networkx.algorithms.polynomials (4 missing, 0 any)

Symbol Typable Typed Any
func tutte_polynomial 2 0 0
func chromatic_polynomial 2 0 0

networkx.algorithms.reciprocity (5 missing, 0 any)

Symbol Typable Typed Any
func reciprocity 3 0 0
func overall_reciprocity 2 0 0

networkx.algorithms.regular (9 missing, 0 any)

Symbol Typable Typed Any
func is_k_regular 3 0 0
func is_regular 2 0 0
func k_factor 4 0 0

networkx.algorithms.richclub (5 missing, 0 any)

Symbol Typable Typed Any
func rich_club_coefficient 5 0 0

networkx.algorithms.shortest_paths.astar (14 missing, 0 any)

Symbol Typable Typed Any
func astar_path_length 7 0 0
func astar_path 7 0 0

networkx.algorithms.shortest_paths.dense (14 missing, 0 any)

Symbol Typable Typed Any
func floyd_warshall_predecessor_and_distance 3 0 0
func floyd_warshall_numpy 4 0 0
func floyd_warshall 3 0 0
func reconstruct_path 4 0 0

networkx.algorithms.shortest_paths.generic (35 missing, 0 any)

Symbol Typable Typed Any
func shortest_path 6 0 0
func all_shortest_paths 6 0 0
func single_source_all_shortest_paths 5 0 0
func has_path 4 0 0
func shortest_path_length 6 0 0
func average_shortest_path_length 4 0 0
func all_pairs_all_shortest_paths 4 0 0

networkx.algorithms.shortest_paths.unweighted (32 missing, 0 any)

Symbol Typable Typed Any
func predecessor 6 0 0
func single_source_shortest_path 4 0 0
func bidirectional_shortest_path 4 0 0
func all_pairs_shortest_path_length 3 0 0
func single_target_shortest_path_length 4 0 0
func single_source_shortest_path_length 4 0 0
func single_target_shortest_path 4 0 0
func all_pairs_shortest_path 3 0 0

networkx.algorithms.shortest_paths.weighted (114 missing, 0 any)

Symbol Typable Typed Any
func single_source_dijkstra_path 5 0 0
func all_pairs_bellman_ford_path_length 3 0 0
func negative_edge_cycle 4 0 0
func single_source_bellman_ford_path_length 4 0 0
func all_pairs_dijkstra 4 0 0
func bellman_ford_predecessor_and_distance 6 0 0
func single_source_bellman_ford 5 0 0
func multi_source_dijkstra 6 0 0
func all_pairs_bellman_ford_path 3 0 0
func multi_source_dijkstra_path_length 5 0 0
func single_source_dijkstra 6 0 0
func goldberg_radzik 4 0 0
func all_pairs_dijkstra_path_length 4 0 0
func single_source_dijkstra_path_length 5 0 0
func dijkstra_path 5 0 0
func bidirectional_dijkstra 5 0 0
func all_pairs_dijkstra_path 4 0 0
func johnson 3 0 0
func dijkstra_predecessor_and_distance 5 0 0
func single_source_bellman_ford_path 4 0 0
func dijkstra_path_length 5 0 0
func multi_source_dijkstra_path 5 0 0
func find_negative_cycle 4 0 0
func bellman_ford_path_length 5 0 0
func bellman_ford_path 5 0 0

networkx.algorithms.similarity (89 missing, 0 any)

Symbol Typable Typed Any
func panther_similarity 10 0 0
func graph_edit_distance 14 0 0
func optimize_graph_edit_distance 12 0 0
func panther_vector_similarity 11 0 0
func optimal_edit_paths 12 0 0
func optimize_edit_paths 15 0 0
func generate_random_paths 8 0 0
func simrank_similarity 7 0 0

networkx.algorithms.simple_paths (18 missing, 0 any)

Symbol Typable Typed Any
func shortest_simple_paths 5 0 0
func all_simple_paths 5 0 0
func is_simple_path 3 0 0
func all_simple_edge_paths 5 0 0

networkx.algorithms.smallworld (21 missing, 0 any)

Symbol Typable Typed Any
func omega 5 0 0
func random_reference 5 0 0
func lattice_reference 6 0 0
func sigma 5 0 0

networkx.algorithms.smetric (2 missing, 0 any)

Symbol Typable Typed Any
func s_metric 2 0 0

networkx.algorithms.sparsifiers (5 missing, 0 any)

Symbol Typable Typed Any
func spanner 5 0 0

networkx.algorithms.structuralholes (13 missing, 0 any)

Symbol Typable Typed Any
func effective_size 4 0 0
func local_constraint 5 0 0
func constraint 4 0 0

networkx.algorithms.summarization (12 missing, 0 any)

Symbol Typable Typed Any
func dedensify 5 0 0
func snap_aggregation 7 0 0

networkx.algorithms.swap (15 missing, 0 any)

Symbol Typable Typed Any
func connected_double_edge_swap 5 0 0
func double_edge_swap 5 0 0
func directed_edge_swap 5 0 0

networkx.algorithms.threshold (5 missing, 0 any)

Symbol Typable Typed Any
func is_threshold_graph 2 0 0
func find_threshold_graph 3 0 0

networkx.algorithms.time_dependent (6 missing, 0 any)

Symbol Typable Typed Any
func cd_index 6 0 0

networkx.algorithms.tournament (17 missing, 0 any)

Symbol Typable Typed Any
func is_tournament 2 0 0
func score_sequence 2 0 0
func random_tournament 3 0 0
func is_reachable 4 0 0
func hamiltonian_path 2 0 0
func tournament_matrix 2 0 0
func is_strongly_connected 2 0 0

networkx.algorithms.traversal.beamsearch (5 missing, 0 any)

Symbol Typable Typed Any
func bfs_beam_edges 5 0 0

networkx.algorithms.traversal.breadth_first_search (37 missing, 0 any)

Symbol Typable Typed Any
func bfs_edges 6 0 0
func bfs_predecessors 5 0 0
func bfs_layers 3 0 0
func generic_bfs_edges 5 0 0
func bfs_successors 5 0 0
func bfs_labeled_edges 3 0 0
func bfs_tree 6 0 0
func descendants_at_distance 4 0 0

networkx.algorithms.traversal.depth_first_search (35 missing, 0 any)

Symbol Typable Typed Any
func dfs_tree 5 0 0
func dfs_preorder_nodes 5 0 0
func dfs_successors 5 0 0
func dfs_edges 5 0 0
func dfs_predecessors 5 0 0
func dfs_labeled_edges 5 0 0
func dfs_postorder_nodes 5 0 0

networkx.algorithms.traversal.edgebfs (4 missing, 0 any)

Symbol Typable Typed Any
func edge_bfs 4 0 0

networkx.algorithms.traversal.edgedfs (4 missing, 0 any)

Symbol Typable Typed Any
func edge_dfs 4 0 0

networkx.algorithms.tree.branchings (60 missing, 0 any)

Symbol Typable Typed Any
func greedy_branching 6 0 0
func minimal_branching 6 0 0
func maximum_spanning_arborescence 6 0 0
meth ArborescenceIterator.init 5 0 0
meth ArborescenceIterator.iter 1 0 0
meth ArborescenceIterator.next 1 0 0
meth ArborescenceIterator._partition 3 0 0
meth ArborescenceIterator._write_partition 2 0 0
meth ArborescenceIterator._clear_partition 2 0 0
attr ArborescenceIterator.G 1 0 0
attr ArborescenceIterator.weight 1 0 0
attr ArborescenceIterator.minimum 1 0 0
attr ArborescenceIterator.method 1 0 0
attr ArborescenceIterator.partition_key 1 0 0
attr ArborescenceIterator.init_partition 1 0 0
func branching_weight 4 0 0
func minimum_spanning_arborescence 6 0 0
func minimum_branching 6 0 0
func maximum_branching 6 0 0

networkx.algorithms.tree.coding (11 missing, 0 any)

Symbol Typable Typed Any
func from_nested_tuple 3 0 0
func to_prufer_sequence 2 0 0
func to_nested_tuple 4 0 0
func from_prufer_sequence 2 0 0

networkx.algorithms.tree.decomposition (2 missing, 0 any)

Symbol Typable Typed Any
func junction_tree 2 0 0

networkx.algorithms.tree.distance_measures (4 missing, 0 any)

Symbol Typable Typed Any
func centroid 2 0 0
func center 2 0 0

networkx.algorithms.tree.mst (58 missing, 0 any)

Symbol Typable Typed Any
func maximum_spanning_edges 7 0 0
func number_of_spanning_trees 4 0 0
func random_spanning_tree 5 0 0
func minimum_spanning_tree 5 0 0
meth SpanningTreeIterator.init 5 0 0
meth SpanningTreeIterator.iter 1 0 0
meth SpanningTreeIterator.next 1 0 0
meth SpanningTreeIterator._partition 3 0 0
meth SpanningTreeIterator._write_partition 2 0 0
meth SpanningTreeIterator._clear_partition 2 0 0
attr SpanningTreeIterator.G 1 0 0
attr SpanningTreeIterator.weight 1 0 0
attr SpanningTreeIterator.minimum 1 0 0
attr SpanningTreeIterator.ignore_nan 1 0 0
attr SpanningTreeIterator.partition_key 1 0 0
func partition_spanning_tree 6 0 0
func minimum_spanning_edges 7 0 0
func maximum_spanning_tree 5 0 0

networkx.algorithms.tree.operations (4 missing, 0 any)

Symbol Typable Typed Any
func join_trees 4 0 0

networkx.algorithms.tree.recognition (8 missing, 0 any)

Symbol Typable Typed Any
func is_branching 2 0 0
func is_tree 2 0 0
func is_forest 2 0 0
func is_arborescence 2 0 0

networkx.algorithms.triads (11 missing, 0 any)

Symbol Typable Typed Any
func is_triad 2 0 0
func triadic_census 3 0 0
func all_triads 2 0 0
func triad_type 2 0 0
func triads_by_type 2 0 0

networkx.algorithms.vitality (5 missing, 0 any)

Symbol Typable Typed Any
func closeness_vitality 5 0 0

networkx.algorithms.voronoi (4 missing, 0 any)

Symbol Typable Typed Any
func voronoi_cells 4 0 0

networkx.algorithms.walks (3 missing, 0 any)

Symbol Typable Typed Any
func number_of_walks 3 0 0

networkx.algorithms.wiener (12 missing, 0 any)

Symbol Typable Typed Any
func hyper_wiener_index 3 0 0
func gutman_index 3 0 0
func wiener_index 3 0 0
func schultz_index 3 0 0

networkx.classes.coreviews (76 missing, 0 any)

Symbol Typable Typed Any
meth AdjacencyView.getitem 2 0 0
meth AdjacencyView.copy 1 0 0
meth AtlasView.getstate 1 0 0
meth AtlasView.setstate 2 0 0
meth AtlasView.init 2 0 0
meth AtlasView.len 1 0 0
meth AtlasView.iter 1 0 0
meth AtlasView.getitem 2 0 0
meth AtlasView.copy 1 0 0
meth AtlasView.str 1 0 0
meth AtlasView.repr 1 0 0
meth UnionMultiInner.getitem 2 0 0
meth UnionMultiInner.copy 1 0 0
meth FilterAtlas.init 3 0 0
meth FilterAtlas.len 1 0 0
meth FilterAtlas.iter 1 0 0
meth FilterAtlas.getitem 2 0 0
meth FilterAtlas.str 1 0 0
meth FilterAtlas.repr 1 0 0
attr FilterAtlas.NODE_OK 1 0 0
meth MultiAdjacencyView.getitem 2 0 0
meth MultiAdjacencyView.copy 1 0 0
meth FilterMultiAdjacency.getitem 2 0 0
meth FilterAdjacency.init 4 0 0
meth FilterAdjacency.len 1 0 0
meth FilterAdjacency.iter 1 0 0
meth FilterAdjacency.getitem 2 0 0
meth FilterAdjacency.str 1 0 0
meth FilterAdjacency.repr 1 0 0
attr FilterAdjacency.NODE_OK 1 0 0
attr FilterAdjacency.EDGE_OK 1 0 0
meth UnionMultiAdjacency.getitem 2 0 0
meth UnionAtlas.getstate 1 0 0
meth UnionAtlas.setstate 2 0 0
meth UnionAtlas.init 3 0 0
meth UnionAtlas.len 1 0 0
meth UnionAtlas.iter 1 0 0
meth UnionAtlas.getitem 2 0 0
meth UnionAtlas.copy 1 0 0
meth UnionAtlas.str 1 0 0
meth UnionAtlas.repr 1 0 0
meth FilterMultiInner.iter 1 0 0
meth FilterMultiInner.getitem 2 0 0
meth UnionAdjacency.getstate 1 0 0
meth UnionAdjacency.setstate 2 0 0
meth UnionAdjacency.init 3 0 0
meth UnionAdjacency.len 1 0 0
meth UnionAdjacency.iter 1 0 0
meth UnionAdjacency.getitem 2 0 0
meth UnionAdjacency.copy 1 0 0
meth UnionAdjacency.str 1 0 0
meth UnionAdjacency.repr 1 0 0

networkx.classes.digraph (61 missing, 0 any)

Symbol Typable Typed Any
meth DiGraph.new 3 0 0
meth DiGraph.init 3 0 0
meth DiGraph.add_node 3 0 0
meth DiGraph.add_nodes_from 3 0 0
meth DiGraph.remove_node 2 0 0
meth DiGraph.remove_nodes_from 2 0 0
meth DiGraph.add_edge 4 0 0
meth DiGraph.add_edges_from 3 0 0
meth DiGraph.remove_edge 3 0 0
meth DiGraph.remove_edges_from 2 0 0
meth DiGraph.has_successor 3 0 0
meth DiGraph.has_predecessor 3 0 0
meth DiGraph.successors 2 0 0
meth DiGraph.neighbors 2 0 0
meth DiGraph.predecessors 2 0 0
meth DiGraph.clear 1 0 0
meth DiGraph.clear_edges 1 0 0
meth DiGraph.is_multigraph 1 0 0
meth DiGraph.is_directed 1 0 0
meth DiGraph.to_undirected 3 0 0
meth DiGraph.reverse 2 0 0
prop DiGraph.adj 1 0 0
prop DiGraph.succ 1 0 0
prop DiGraph.pred 1 0 0
prop DiGraph.edges 1 0 0
prop DiGraph.out_edges 1 0 0
prop DiGraph.in_edges 1 0 0
prop DiGraph.degree 1 0 0
prop DiGraph.in_degree 1 0 0
prop DiGraph.out_degree 1 0 0
attr DiGraph._adj 1 0 0
attr DiGraph._pred 1 0 0
attr DiGraph.graph 1 0 0

networkx.classes.filters (25 missing, 0 any)

Symbol Typable Typed Any
func hide_multidiedges 2 0 0
func show_edges 2 0 0
func show_diedges 2 0 0
func hide_diedges 2 0 0
func show_multiedges 2 0 0
func hide_nodes 2 0 0
func hide_edges 2 0 0
func hide_multiedges 2 0 0
func show_multidiedges 2 0 0
meth show_nodes.init 2 0 0
meth show_nodes.call 2 0 0
attr show_nodes.nodes 1 0 0
func no_filter 2 0 0

networkx.classes.function (123 missing, 0 any)

Symbol Typable Typed Any
func non_edges 2 0 0
func non_neighbors 3 0 0
func remove_edge_attributes 4 0 0
func add_path 4 0 0
func nodes 2 0 0
func number_of_edges 2 0 0
func subgraph 3 0 0
func to_undirected 2 0 0
func set_edge_attributes 4 0 0
func nodes_with_selfloops 2 0 0
func remove_node_attributes 4 0 0
func set_node_attributes 4 0 0
func add_cycle 4 0 0
func restricted_view 4 0 0
func path_weight 4 0 0
func common_neighbors 4 0 0
func create_empty_copy 3 0 0
func to_directed 2 0 0
func induced_subgraph 3 0 0
func density 2 0 0
func is_weighted 4 0 0
func describe 3 0 0
func is_empty 2 0 0
func get_edge_attributes 4 0 0
func edge_subgraph 3 0 0
func all_neighbors 3 0 0
func number_of_selfloops 2 0 0
func number_of_nodes 2 0 0
func get_node_attributes 4 0 0
func is_negatively_weighted 4 0 0
func is_directed 2 0 0
func neighbors 3 0 0
func freeze 2 0 0
func degree 4 0 0
func degree_histogram 2 0 0
func is_path 3 0 0
func selfloop_edges 5 0 0
func edges 3 0 0
func add_star 4 0 0
func is_frozen 2 0 0

networkx.classes.graph (88 missing, 0 any)

Symbol Typable Typed Any
meth Graph.to_directed_class 1 0 0
meth Graph.to_undirected_class 1 0 0
meth Graph.new 3 0 0
meth Graph.init 3 0 0
meth Graph.str 1 0 0
meth Graph.iter 1 0 0
meth Graph.contains 2 0 0
meth Graph.len 1 0 0
meth Graph.getitem 2 0 0
meth Graph.add_node 3 0 0
meth Graph.add_nodes_from 3 0 0
meth Graph.remove_node 2 0 0
meth Graph.remove_nodes_from 2 0 0
meth Graph.number_of_nodes 1 0 0
meth Graph.order 1 0 0
meth Graph.has_node 2 0 0
meth Graph.add_edge 4 0 0
meth Graph.add_edges_from 3 0 0
meth Graph.add_weighted_edges_from 4 0 0
meth Graph.remove_edge 3 0 0
meth Graph.remove_edges_from 2 0 0
meth Graph.update 3 0 0
meth Graph.has_edge 3 0 0
meth Graph.neighbors 2 0 0
meth Graph.get_edge_data 4 0 0
meth Graph.adjacency 1 0 0
meth Graph.clear 1 0 0
meth Graph.clear_edges 1 0 0
meth Graph.is_multigraph 1 0 0
meth Graph.is_directed 1 0 0
meth Graph.copy 2 0 0
meth Graph.to_directed 2 0 0
meth Graph.to_undirected 2 0 0
meth Graph.subgraph 2 0 0
meth Graph.edge_subgraph 2 0 0
meth Graph.size 2 0 0
meth Graph.number_of_edges 3 0 0
meth Graph.nbunch_iter 2 0 0
prop Graph.adj 1 0 0
prop Graph.name 2 0 0
prop Graph.nodes 1 0 0
prop Graph.edges 1 0 0
prop Graph.degree 1 0 0
attr Graph._adj 1 0 0
attr Graph._node 1 0 0
attr Graph.graph 1 0 0

networkx.classes.graphviews (9 missing, 0 any)

Symbol Typable Typed Any
func subgraph_view 4 0 0
func reverse_view 2 0 0
func generic_graph_view 3 0 0

networkx.classes.multidigraph (32 missing, 0 any)

Symbol Typable Typed Any
meth MultiDiGraph.new 3 0 0
meth MultiDiGraph.init 4 0 0
meth MultiDiGraph.add_edge 5 0 0
meth MultiDiGraph.remove_edge 4 0 0
meth MultiDiGraph.is_multigraph 1 0 0
meth MultiDiGraph.is_directed 1 0 0
meth MultiDiGraph.to_undirected 3 0 0
meth MultiDiGraph.reverse 2 0 0
prop MultiDiGraph.adj 1 0 0
prop MultiDiGraph.succ 1 0 0
prop MultiDiGraph.pred 1 0 0
prop MultiDiGraph.edges 1 0 0
prop MultiDiGraph.out_edges 1 0 0
prop MultiDiGraph.in_edges 1 0 0
prop MultiDiGraph.degree 1 0 0
prop MultiDiGraph.in_degree 1 0 0
prop MultiDiGraph.out_degree 1 0 0

networkx.classes.multigraph (49 missing, 0 any)

Symbol Typable Typed Any
meth MultiGraph.to_directed_class 1 0 0
meth MultiGraph.to_undirected_class 1 0 0
meth MultiGraph.new 3 0 0
meth MultiGraph.init 4 0 0
meth MultiGraph.new_edge_key 3 0 0
meth MultiGraph.add_edge 5 0 0
meth MultiGraph.add_edges_from 3 0 0
meth MultiGraph.remove_edge 4 0 0
meth MultiGraph.remove_edges_from 2 0 0
meth MultiGraph.has_edge 4 0 0
meth MultiGraph.get_edge_data 5 0 0
meth MultiGraph.is_multigraph 1 0 0
meth MultiGraph.is_directed 1 0 0
meth MultiGraph.copy 2 0 0
meth MultiGraph.to_directed 2 0 0
meth MultiGraph.to_undirected 2 0 0
meth MultiGraph.number_of_edges 3 0 0
prop MultiGraph.adj 1 0 0
prop MultiGraph.edges 1 0 0
prop MultiGraph.degree 1 0 0

networkx.classes.reportviews (176 missing, 0 any)

Symbol Typable Typed Any
meth MultiEdgeDataView.iter 1 0 0
meth MultiEdgeDataView.contains 2 0 0
meth NodeDataView.getstate 1 0 0
meth NodeDataView.setstate 2 0 0
meth NodeDataView.init 4 0 0
meth NodeDataView._from_iterable 2 0 0
meth NodeDataView.len 1 0 0
meth NodeDataView.iter 1 0 0
meth NodeDataView.contains 2 0 0
meth NodeDataView.getitem 2 0 0
meth NodeDataView.str 1 0 0
meth NodeDataView.repr 1 0 0
meth EdgeView.len 1 0 0
meth EdgeView.iter 1 0 0
meth EdgeView.contains 2 0 0
meth EdgeDataView.len 1 0 0
meth EdgeDataView.iter 1 0 0
meth EdgeDataView.contains 2 0 0
meth MultiDegreeView.getitem 2 0 0
meth MultiDegreeView.iter 1 0 0
meth InMultiEdgeDataView.iter 1 0 0
meth InMultiEdgeDataView.contains 2 0 0
meth OutDegreeView.getitem 2 0 0
meth OutDegreeView.iter 1 0 0
meth MultiEdgeView.len 1 0 0
meth MultiEdgeView.iter 1 0 0
meth DiDegreeView.init 4 0 0
meth DiDegreeView.call 3 0 0
meth DiDegreeView.getitem 2 0 0
meth DiDegreeView.iter 1 0 0
meth DiDegreeView.len 1 0 0
meth DiDegreeView.str 1 0 0
meth DiDegreeView.repr 1 0 0
meth OutEdgeView.getstate 1 0 0
meth OutEdgeView.setstate 2 0 0
meth OutEdgeView._from_iterable 2 0 0
meth OutEdgeView.init 2 0 0
meth OutEdgeView.len 1 0 0
meth OutEdgeView.iter 1 0 0
meth OutEdgeView.contains 2 0 0
meth OutEdgeView.getitem 2 0 0
meth OutEdgeView.call 4 0 0
meth OutEdgeView.data 4 0 0
meth OutEdgeView.str 1 0 0
meth OutEdgeView.repr 1 0 0
meth OutEdgeDataView.getstate 1 0 0
meth OutEdgeDataView.setstate 2 0 0
meth OutEdgeDataView.init 5 0 0
meth OutEdgeDataView.len 1 0 0
meth OutEdgeDataView.iter 1 0 0
meth OutEdgeDataView.contains 2 0 0
meth OutEdgeDataView.str 1 0 0
meth OutEdgeDataView.repr 1 0 0
meth InEdgeDataView.iter 1 0 0
meth InEdgeDataView.contains 2 0 0
meth InMultiEdgeView.setstate 2 0 0
meth InMultiEdgeView.init 2 0 0
meth InMultiEdgeView.iter 1 0 0
meth InMultiEdgeView.contains 2 0 0
meth InMultiEdgeView.getitem 2 0 0
meth DegreeView.getitem 2 0 0
meth DegreeView.iter 1 0 0
meth InDegreeView.getitem 2 0 0
meth InDegreeView.iter 1 0 0
meth NodeView.getstate 1 0 0
meth NodeView.setstate 2 0 0
meth NodeView.init 2 0 0
meth NodeView.len 1 0 0
meth NodeView.iter 1 0 0
meth NodeView.getitem 2 0 0
meth NodeView.contains 2 0 0
meth NodeView._from_iterable 2 0 0
meth NodeView.call 3 0 0
meth NodeView.data 3 0 0
meth NodeView.str 1 0 0
meth NodeView.repr 1 0 0
meth OutMultiEdgeDataView.getstate 1 0 0
meth OutMultiEdgeDataView.setstate 2 0 0
meth OutMultiEdgeDataView.init 6 0 0
meth OutMultiEdgeDataView.len 1 0 0
meth OutMultiEdgeDataView.iter 1 0 0
meth OutMultiEdgeDataView.contains 2 0 0
attr OutMultiEdgeDataView.keys 1 0 0
meth DiMultiDegreeView.getitem 2 0 0
meth DiMultiDegreeView.iter 1 0 0
meth InEdgeView.setstate 2 0 0
meth InEdgeView.init 2 0 0
meth InEdgeView.iter 1 0 0
meth InEdgeView.contains 2 0 0
meth InEdgeView.getitem 2 0 0
meth InMultiDegreeView.getitem 2 0 0
meth InMultiDegreeView.iter 1 0 0
meth OutMultiEdgeView.len 1 0 0
meth OutMultiEdgeView.iter 1 0 0
meth OutMultiEdgeView.contains 2 0 0
meth OutMultiEdgeView.getitem 2 0 0
meth OutMultiEdgeView.call 5 0 0
meth OutMultiEdgeView.data 5 0 0
meth OutMultiDegreeView.getitem 2 0 0
meth OutMultiDegreeView.iter 1 0 0

networkx.convert (24 missing, 0 any)

Symbol Typable Typed Any
func to_edgelist 3 0 0
func from_dict_of_lists 3 0 0
func to_dict_of_dicts 4 0 0
func from_dict_of_dicts 4 0 0
func to_dict_of_lists 3 0 0
func to_networkx_graph 4 0 0
func from_edgelist 3 0 0

networkx.convert_matrix (50 missing, 0 any)

Symbol Typable Typed Any
func from_pandas_edgelist 7 0 0
func from_pandas_adjacency 3 0 0
func from_numpy_array 6 0 0
func to_numpy_array 8 0 0
func to_scipy_sparse_array 6 0 0
func from_scipy_sparse_array 5 0 0
func to_pandas_edgelist 7 0 0
func to_pandas_adjacency 8 0 0

networkx.drawing.layout (119 missing, 0 any)

Symbol Typable Typed Any
func spectral_layout 7 0 0
func multipartite_layout 7 0 0
func rescale_layout 3 0 0
func planar_layout 6 0 0
func spiral_layout 8 0 0
func rescale_layout_dict 3 0 0
func forceatlas2_layout 16 0 0
func arf_layout 10 0 0
func shell_layout 8 0 0
func kamada_kawai_layout 9 0 0
func bipartite_layout 8 0 0
func bfs_layout 7 0 0
func circular_layout 6 0 0
func spring_layout 15 0 0
func random_layout 6 0 0

networkx.drawing.nx_agraph (28 missing, 0 any)

Symbol Typable Typed Any
func view_pygraphviz 8 0 0
func read_dot 2 0 0
func graphviz_layout 5 0 0
func pygraphviz_layout 5 0 0
func to_agraph 2 0 0
func from_agraph 3 0 0
func write_dot 3 0 0

networkx.drawing.nx_latex (35 missing, 0 any)

Symbol Typable Typed Any
func write_latex 4 0 0
func to_latex_raw 11 0 0
func to_latex 20 0 0

networkx.drawing.nx_pydot (17 missing, 0 any)

Symbol Typable Typed Any
func to_pydot 2 0 0
func read_dot 2 0 0
func pydot_layout 4 0 0
func from_pydot 2 0 0
func graphviz_layout 4 0 0
func write_dot 3 0 0

networkx.drawing.nx_pylab (126 missing, 0 any)

Symbol Typable Typed Any
func apply_matplotlib_colors 8 0 0
func draw_networkx 6 0 0
func draw_spring 3 0 0
func draw_circular 3 0 0
func draw_networkx_nodes 17 0 0
func draw 5 0 0
func draw_bipartite 3 0 0
func draw_networkx_labels 15 0 0
func draw_random 3 0 0
func draw_networkx_edge_labels 20 0 0
func display 4 0 0
func draw_shell 4 0 0
func draw_spectral 3 0 0
func draw_kamada_kawai 3 0 0
func draw_forceatlas2 3 0 0
func draw_planar 3 0 0
func draw_networkx_edges 23 0 0

networkx.exception (4 missing, 0 any)

Symbol Typable Typed Any
meth PowerIterationFailedConvergence.init 4 0 0

networkx.generators.atlas (3 missing, 0 any)

Symbol Typable Typed Any
func graph_atlas 2 0 0
func graph_atlas_g 1 0 0

networkx.generators.classic (67 missing, 0 any)

Symbol Typable Typed Any
func ladder_graph 3 0 0
func complete_multipartite_graph 2 0 0
func tadpole_graph 4 0 0
func dorogovtsev_goltsev_mendes_graph 3 0 0
func lollipop_graph 4 0 0
func cycle_graph 3 0 0
func kneser_graph 3 0 0
func full_rary_tree 4 0 0
func trivial_graph 2 0 0
func binomial_tree 3 0 0
func turan_graph 3 0 0
func circulant_graph 4 0 0
func star_graph 3 0 0
func wheel_graph 3 0 0
func empty_graph 4 0 0
func null_graph 2 0 0
func circular_ladder_graph 3 0 0
func complete_graph 3 0 0
func barbell_graph 4 0 0
func balanced_tree 4 0 0
func path_graph 3 0 0

networkx.generators.cographs (3 missing, 0 any)

Symbol Typable Typed Any
func random_cograph 3 0 0

networkx.generators.community (59 missing, 0 any)

Symbol Typable Typed Any
func planted_partition_graph 7 0 0
func random_partition_graph 6 0 0
func stochastic_block_model 8 0 0
func relaxed_caveman_graph 5 0 0
func connected_caveman_graph 3 0 0
func ring_of_cliques 3 0 0
func windmill_graph 3 0 0
func LFR_benchmark_graph 13 0 0
func caveman_graph 3 0 0
func gaussian_random_partition_graph 8 0 0

networkx.generators.degree_seq (27 missing, 0 any)

Symbol Typable Typed Any
func directed_configuration_model 5 0 0
func configuration_model 4 0 0
func havel_hakimi_graph 3 0 0
func directed_havel_hakimi_graph 4 0 0
func expected_degree_graph 4 0 0
func random_degree_sequence_graph 4 0 0
func degree_sequence_tree 3 0 0

networkx.generators.directed (29 missing, 0 any)

Symbol Typable Typed Any
func gnr_graph 5 0 0
func scale_free_graph 9 0 0
func gnc_graph 4 0 0
func random_k_out_graph 6 0 0
func gn_graph 5 0 0

networkx.generators.duplication (12 missing, 0 any)

Symbol Typable Typed Any
func duplication_divergence_graph 5 0 0
func partial_duplication_graph 7 0 0

networkx.generators.ego (7 missing, 0 any)

Symbol Typable Typed Any
func ego_graph 7 0 0

networkx.generators.expanders (31 missing, 0 any)

Symbol Typable Typed Any
func is_regular_expander 3 0 0
func paley_graph 3 0 0
func random_regular_expander_graph 7 0 0
func margulis_gabber_galil_graph 3 0 0
func chordal_cycle_graph 3 0 0
func maybe_regular_expander 6 0 0
func maybe_regular_expander_graph 6 0 0

networkx.generators.geometric (67 missing, 0 any)

Symbol Typable Typed Any
func navigable_small_world_graph 7 0 0
func soft_random_geometric_graph 9 0 0
func geometric_soft_configuration_graph 7 0 0
func geographical_threshold_graph 11 0 0
func waxman_graph 9 0 0
func thresholded_random_geometric_graph 11 0 0
func random_geometric_graph 8 0 0
func geometric_edges 5 0 0

networkx.generators.harary_graph (8 missing, 0 any)

Symbol Typable Typed Any
func hnm_harary_graph 4 0 0
func hkn_harary_graph 4 0 0

networkx.generators.internet_as_graphs (3 missing, 0 any)

Symbol Typable Typed Any
func random_internet_as_graph 3 0 0

networkx.generators.intersection (15 missing, 0 any)

Symbol Typable Typed Any
func general_random_intersection_graph 5 0 0
func k_random_intersection_graph 5 0 0
func uniform_random_intersection_graph 5 0 0

networkx.generators.interval_graph (2 missing, 0 any)

Symbol Typable Typed Any
func interval_graph 2 0 0

networkx.generators.joint_degree_seq (14 missing, 0 any)

Symbol Typable Typed Any
func is_valid_directed_joint_degree 4 0 0
func joint_degree_graph 3 0 0
func is_valid_joint_degree 2 0 0
func directed_joint_degree_graph 5 0 0

networkx.generators.lattice (22 missing, 0 any)

Symbol Typable Typed Any
func grid_graph 3 0 0
func hypercube_graph 2 0 0
func grid_2d_graph 5 0 0
func hexagonal_lattice_graph 6 0 0
func triangular_lattice_graph 6 0 0

networkx.generators.line (5 missing, 0 any)

Symbol Typable Typed Any
func line_graph 3 0 0
func inverse_line_graph 2 0 0

networkx.generators.mycielski (5 missing, 0 any)

Symbol Typable Typed Any
func mycielskian 3 0 0
func mycielski_graph 2 0 0

networkx.generators.nonisomorphic_trees (4 missing, 0 any)

Symbol Typable Typed Any
func number_of_nonisomorphic_trees 2 0 0
func nonisomorphic_trees 2 0 0

networkx.generators.random_clustered (4 missing, 0 any)

Symbol Typable Typed Any
func random_clustered_graph 4 0 0

networkx.generators.random_graphs (107 missing, 0 any)

Symbol Typable Typed Any
func extended_barabasi_albert_graph 7 0 0
func newman_watts_strogatz_graph 6 0 0
func gnm_random_graph 6 0 0
func watts_strogatz_graph 6 0 0
func random_lobster 6 0 0
func random_powerlaw_tree 6 0 0
func connected_watts_strogatz_graph 7 0 0
func powerlaw_cluster_graph 6 0 0
func random_lobster_graph 6 0 0
func fast_gnp_random_graph 6 0 0
func random_kernel_graph 6 0 0
func dual_barabasi_albert_graph 8 0 0
func dense_gnm_random_graph 5 0 0
func gnp_random_graph 6 0 0
func random_regular_graph 5 0 0
func barabasi_albert_graph 6 0 0
func random_shell_graph 4 0 0
func random_powerlaw_tree_sequence 5 0 0

networkx.generators.small (51 missing, 0 any)

Symbol Typable Typed Any
func house_graph 2 0 0
func octahedral_graph 2 0 0
func diamond_graph 2 0 0
func truncated_tetrahedron_graph 2 0 0
func pappus_graph 1 0 0
func generalized_petersen_graph 4 0 0
func desargues_graph 2 0 0
func bull_graph 2 0 0
func truncated_cube_graph 2 0 0
func frucht_graph 2 0 0
func moebius_kantor_graph 2 0 0
func LCF_graph 5 0 0
func chvatal_graph 2 0 0
func heawood_graph 2 0 0
func tutte_graph 2 0 0
func dodecahedral_graph 2 0 0
func krackhardt_kite_graph 2 0 0
func petersen_graph 2 0 0
func sedgewick_maze_graph 2 0 0
func hoffman_singleton_graph 1 0 0
func house_x_graph 2 0 0
func cubical_graph 2 0 0
func icosahedral_graph 2 0 0
func tetrahedral_graph 2 0 0

networkx.generators.social (4 missing, 0 any)

Symbol Typable Typed Any
func les_miserables_graph 1 0 0
func karate_club_graph 1 0 0
func davis_southern_women_graph 1 0 0
func florentine_families_graph 1 0 0

networkx.generators.spectral_graph_forge (5 missing, 0 any)

Symbol Typable Typed Any
func spectral_graph_forge 5 0 0

networkx.generators.stochastic (4 missing, 0 any)

Symbol Typable Typed Any
func stochastic_graph 4 0 0

networkx.generators.sudoku (2 missing, 0 any)

Symbol Typable Typed Any
func sudoku_graph 2 0 0

networkx.generators.time_series (2 missing, 0 any)

Symbol Typable Typed Any
func visibility_graph 2 0 0

networkx.generators.trees (26 missing, 0 any)

Symbol Typable Typed Any
func prefix_tree 2 0 0
func random_labeled_rooted_tree 3 0 0
func random_unlabeled_rooted_forest 5 0 0
func random_labeled_rooted_forest 3 0 0
func prefix_tree_recursive 2 0 0
func random_unlabeled_rooted_tree 4 0 0
func random_unlabeled_tree 4 0 0
func random_labeled_tree 3 0 0

networkx.generators.triads (2 missing, 0 any)

Symbol Typable Typed Any
func triad_graph 2 0 0

networkx.lazy_imports (6 missing, 0 any)

Symbol Typable Typed Any
func attach 4 0 0
func _lazy_import 2 0 0

networkx.linalg.algebraicconnectivity (28 missing, 0 any)

Symbol Typable Typed Any
func fiedler_vector 7 0 0
func algebraic_connectivity 7 0 0
func spectral_ordering 7 0 0
func spectral_bisection 7 0 0

networkx.linalg.attrmatrix (15 missing, 0 any)

Symbol Typable Typed Any
func attr_matrix 8 0 0
func attr_sparse_matrix 7 0 0

networkx.linalg.bethehessianmatrix (4 missing, 0 any)

Symbol Typable Typed Any
func bethe_hessian_matrix 4 0 0

networkx.linalg.graphmatrix (12 missing, 0 any)

Symbol Typable Typed Any
func incidence_matrix 7 0 0
func adjacency_matrix 5 0 0

networkx.linalg.laplacianmatrix (20 missing, 0 any)

Symbol Typable Typed Any
func normalized_laplacian_matrix 4 0 0
func laplacian_matrix 4 0 0
func directed_combinatorial_laplacian_matrix 6 0 0
func directed_laplacian_matrix 6 0 0

networkx.linalg.modularitymatrix (8 missing, 0 any)

Symbol Typable Typed Any
func modularity_matrix 4 0 0
func directed_modularity_matrix 4 0 0

networkx.linalg.spectrum (14 missing, 0 any)

Symbol Typable Typed Any
func bethe_hessian_spectrum 3 0 0
func adjacency_spectrum 3 0 0
func normalized_laplacian_spectrum 3 0 0
func modularity_spectrum 2 0 0
func laplacian_spectrum 3 0 0

networkx.readwrite.adjlist (22 missing, 0 any)

Symbol Typable Typed Any
func read_adjlist 7 0 0
func write_adjlist 6 0 0
func generate_adjlist 3 0 0
func parse_adjlist 6 0 0

networkx.readwrite.edgelist (40 missing, 0 any)

Symbol Typable Typed Any
func read_edgelist 9 0 0
func write_weighted_edgelist 6 0 0
func read_weighted_edgelist 7 0 0
func generate_edgelist 4 0 0
func parse_edgelist 7 0 0
func write_edgelist 7 0 0

networkx.readwrite.gexf (18 missing, 0 any)

Symbol Typable Typed Any
func read_gexf 5 0 0
func relabel_gexf_graph 2 0 0
func write_gexf 6 0 0
func generate_gexf 5 0 0

networkx.readwrite.gml (15 missing, 0 any)

Symbol Typable Typed Any
func write_gml 4 0 0
func generate_gml 3 0 0
func parse_gml 4 0 0
func read_gml 4 0 0

networkx.readwrite.graph6 (13 missing, 0 any)

Symbol Typable Typed Any
func read_graph6 2 0 0
func to_graph6_bytes 4 0 0
func from_graph6_bytes 2 0 0
func write_graph6 5 0 0

networkx.readwrite.graphml (115 missing, 0 any)

Symbol Typable Typed Any
func write_graphml_lxml 8 0 0
func write_graphml_xml 8 0 0
func parse_graphml 5 0 0
meth GraphMLReader.init 4 0 0
meth GraphMLReader.call 3 0 0
meth GraphMLReader.make_graph 5 0 0
meth GraphMLReader.add_node 5 0 0
meth GraphMLReader.add_edge 4 0 0
meth GraphMLReader.decode_data_elements 3 0 0
meth GraphMLReader.find_graphml_keys 2 0 0
attr GraphMLReader.node_type 1 0 0
attr GraphMLReader.edge_key_type 1 0 0
attr GraphMLReader.multigraph 1 0 0
attr GraphMLReader.edge_ids 1 0 0
func generate_graphml 6 0 0
meth GraphMLWriter.init 7 0 0
meth GraphMLWriter.str 1 0 0
meth GraphMLWriter.attr_type 4 0 0
meth GraphMLWriter.get_key 5 0 0
meth GraphMLWriter.add_data 6 0 0
meth GraphMLWriter.add_attributes 5 0 0
meth GraphMLWriter.add_nodes 3 0 0
meth GraphMLWriter.add_edges 3 0 0
meth GraphMLWriter.add_graph_element 2 0 0
meth GraphMLWriter.add_graphs 2 0 0
meth GraphMLWriter.dump 2 0 0
meth GraphMLWriter.indent 3 0 0
attr GraphMLWriter.myElement 1 0 0
attr GraphMLWriter.infer_numeric_types 1 0 0
attr GraphMLWriter.prettyprint 1 0 0
attr GraphMLWriter.named_key_ids 1 0 0
attr GraphMLWriter.edge_id_from_attribute 1 0 0
attr GraphMLWriter.encoding 1 0 0
attr GraphMLWriter.xml 1 0 0
attr GraphMLWriter.keys 1 0 0
attr GraphMLWriter.attributes 1 0 0
attr GraphMLWriter.attribute_types 1 0 0
func read_graphml 5 0 0

networkx.readwrite.json_graph.adjacency (8 missing, 0 any)

Symbol Typable Typed Any
func adjacency_graph 5 0 0
func adjacency_data 3 0 0

networkx.readwrite.json_graph.cytoscape (8 missing, 0 any)

Symbol Typable Typed Any
func cytoscape_data 4 0 0
func cytoscape_graph 4 0 0

networkx.readwrite.json_graph.node_link (18 missing, 0 any)

Symbol Typable Typed Any
func node_link_graph 10 0 0
func node_link_data 8 0 0

networkx.readwrite.json_graph.tree (9 missing, 0 any)

Symbol Typable Typed Any
func tree_graph 4 0 0
func tree_data 5 0 0

networkx.readwrite.leda (5 missing, 0 any)

Symbol Typable Typed Any
func parse_leda 2 0 0
func read_leda 3 0 0

networkx.readwrite.multiline_adjlist (24 missing, 0 any)

Symbol Typable Typed Any
func parse_multiline_adjlist 7 0 0
func read_multiline_adjlist 8 0 0
func write_multiline_adjlist 6 0 0
func generate_multiline_adjlist 3 0 0

networkx.readwrite.p2g (9 missing, 0 any)

Symbol Typable Typed Any
func read_p2g 3 0 0
func write_p2g 4 0 0
func parse_p2g 2 0 0

networkx.readwrite.pajek (11 missing, 0 any)

Symbol Typable Typed Any
func write_pajek 4 0 0
func parse_pajek 2 0 0
func read_pajek 3 0 0
func generate_pajek 2 0 0

networkx.readwrite.sparse6 (13 missing, 0 any)

Symbol Typable Typed Any
func to_sparse6_bytes 4 0 0
func write_sparse6 5 0 0
func from_sparse6_bytes 2 0 0
func read_sparse6 2 0 0

networkx.readwrite.text (16 missing, 0 any)

Symbol Typable Typed Any
func generate_network_text 7 0 0
func write_network_text 9 0 0

networkx.relabel (9 missing, 0 any)

Symbol Typable Typed Any
func convert_node_labels_to_integers 5 0 0
func relabel_nodes 4 0 0

networkx.utils.backends (76 missing, 0 any)

Symbol Typable Typed Any
meth _dispatchable.new 13 0 0
meth _dispatchable._call_if_no_backends_installed 4 0 0
meth _dispatchable._call_if_any_backends_installed 4 0 0
meth _dispatchable._will_call_mutate_input 3 0 0
meth _dispatchable._can_convert 3 0 0
meth _dispatchable._does_backend_have 2 0 0
meth _dispatchable._can_backend_run 4 0 0
meth _dispatchable._should_backend_run 4 0 0
meth _dispatchable._convert_arguments 6 0 0
meth _dispatchable._convert_graph 11 0 0
meth _dispatchable._call_with_backend 5 0 0
meth _dispatchable._convert_and_call 7 0 0
meth _dispatchable._convert_and_call_for_tests 5 0 0
meth _dispatchable._make_doc 1 0 0
meth _dispatchable.reduce 1 0 0
prop _dispatchable.doc 2 0 0
prop _dispatchable.signature 1 0 0

networkx.utils.configs (47 missing, 0 any)

Symbol Typable Typed Any
meth Config.init_subclass 2 0 0
meth Config.new 2 0 0
meth Config.on_setattr 3 0 0
meth Config._on_delattr 2 0 0
meth Config.__dir__ 1 0 0
meth Config.__setattr__ 3 0 0
meth Config.__delattr__ 2 0 0
meth Config.__contains__ 2 0 0
meth Config.__iter__ 1 0 0
meth Config.__len__ 1 0 0
meth Config.__reversed__ 1 0 0
meth Config.__getitem__ 2 0 0
meth Config.__setitem__ 3 0 0
meth Config.__delitem__ 2 0 0
meth Config._ipython_key_completions 1 0 0
meth Config.get 3 0 0
meth Config.items 1 0 0
meth Config.keys 1 0 0
meth Config.values 1 0 0
meth Config.eq 2 0 0
meth Config.reduce 1 0 0
meth Config._deserialize 3 0 0
meth Config.call 2 0 0
meth Config.enter 1 0 0
meth Config.exit 4 0 0

networkx.utils.decorators (34 missing, 0 any)

Symbol Typable Typed Any
meth argmap.init 4 0 0
meth argmap._lazy_compile 2 0 0
meth argmap.call 2 0 0
meth argmap._count 1 0 0
meth argmap._name 2 0 0
meth argmap.compile 2 0 0
meth argmap.assemble 2 0 0
meth argmap.signature 2 0 0
meth argmap._flatten 3 0 0
meth argmap._indent 2 0 0
attr argmap._bad_chars 1 0 0
func py_random_state 2 0 0
func nodes_or_number 2 0 0
func np_random_state 2 0 0
func not_implemented_for 2 0 0
func open_file 3 0 0

networkx.utils.heaps (42 missing, 0 any)

Symbol Typable Typed Any
meth BinaryHeap.init 1 0 0
meth BinaryHeap.min 1 0 0
meth BinaryHeap.pop 1 0 0
meth BinaryHeap.get 3 0 0
meth BinaryHeap.insert 4 0 0
meth PairingHeap.init 1 0 0
meth PairingHeap.min 1 0 0
meth PairingHeap.pop 1 0 0
meth PairingHeap.get 3 0 0
meth PairingHeap.insert 4 0 0
meth PairingHeap._link 3 0 0
meth PairingHeap._merge_children 2 0 0
meth PairingHeap._cut 2 0 0
meth MinHeap.init 1 0 0
meth MinHeap.min 1 0 0
meth MinHeap.pop 1 0 0
meth MinHeap.get 3 0 0
meth MinHeap.insert 4 0 0
meth MinHeap.nonzero 1 0 0
meth MinHeap.bool 1 0 0
meth MinHeap.len 1 0 0
meth MinHeap.contains 2 0 0

networkx.utils.mapped_queue (21 missing, 0 any)

Symbol Typable Typed Any
meth MappedQueue.init 2 0 0
meth MappedQueue._heapify 1 0 0
meth MappedQueue.len 1 0 0
meth MappedQueue.push 3 0 0
meth MappedQueue.pop 1 0 0
meth MappedQueue.update 4 0 0
meth MappedQueue.remove 2 0 0
meth MappedQueue._siftup 2 0 0
meth MappedQueue._siftdown 3 0 0
attr MappedQueue.position 1 0 0
attr MappedQueue.heap 1 0 0

networkx.utils.misc (69 missing, 0 any)

Symbol Typable Typed Any
meth PythonRandomViaNumpyBits.init 2 0 0
meth PythonRandomViaNumpyBits.random 1 0 0
meth PythonRandomViaNumpyBits.getrandbits 2 0 0
meth PythonRandomViaNumpyBits.getstate 1 0 0
meth PythonRandomViaNumpyBits.setstate 2 0 0
meth PythonRandomViaNumpyBits.seed 3 0 0
attr PythonRandomViaNumpyBits.gauss_next 1 0 0
func edges_equal 4 0 0
func groups 2 0 0
func create_random_state 2 0 0
func create_py_random_state 2 0 0
func arbitrary_element 2 0 0
func make_list_of_ints 2 0 0
func _clear_cache 2 0 0
func graphs_equal 3 0 0
func dict_to_numpy_array 3 0 0
func flatten 3 0 0
func pairwise 3 0 0
meth PythonRandomInterface.init 2 0 0
meth PythonRandomInterface.random 1 0 0
meth PythonRandomInterface.uniform 3 0 0
meth PythonRandomInterface.randrange 3 0 0
meth PythonRandomInterface.choice 2 0 0
meth PythonRandomInterface.gauss 3 0 0
meth PythonRandomInterface.shuffle 2 0 0
meth PythonRandomInterface.sample 3 0 0
meth PythonRandomInterface.randint 3 0 0
meth PythonRandomInterface.expovariate 2 0 0
meth PythonRandomInterface.paretovariate 2 0 0
func nodes_equal 3 0 0

networkx.utils.random_sequence (24 missing, 0 any)

Symbol Typable Typed Any
func is_valid_tree_degree_sequence 2 0 0
func discrete_sequence 5 0 0
func zipf_rv 4 0 0
func cumulative_distribution 2 0 0
func weighted_choice 3 0 0
func powerlaw_sequence 4 0 0
func random_weighted_sample 4 0 0

networkx.utils.rcm (6 missing, 0 any)

Symbol Typable Typed Any
func cuthill_mckee_ordering 3 0 0
func reverse_cuthill_mckee_ordering 3 0 0

networkx.utils.union_find (10 missing, 0 any)

Symbol Typable Typed Any
meth UnionFind.init 2 0 0
meth UnionFind.getitem 2 0 0
meth UnionFind.iter 1 0 0
meth UnionFind.to_sets 1 0 0
meth UnionFind.union 2 0 0
attr UnionFind.parents 1 0 0
attr UnionFind.weights 1 0 0

Type-Ignore Comments

Flavor Count
type: ignore[assignment, method-assign] 2
type: ignore[assignment] 2
type: ignore[attr-defined] 1
type: ignore[has-type] 1
type: ignore[no-redef] 1
type: ignore[var-annotated] 1