********* Functions ********* .. automodule:: networkx.classes.function Graph ----- .. autosummary:: :toctree: generated/ degree degree_histogram density create_empty_copy is_directed to_directed to_undirected is_empty add_star add_path add_cycle subgraph subgraph_view induced_subgraph restricted_view reverse_view edge_subgraph Nodes ----- .. autosummary:: :toctree: generated/ nodes number_of_nodes neighbors all_neighbors non_neighbors common_neighbors Edges ----- .. autosummary:: :toctree: generated/ edges number_of_edges density non_edges Self loops ---------- .. autosummary:: :toctree: generated/ selfloop_edges number_of_selfloops nodes_with_selfloops Attributes ---------- .. autosummary:: :toctree: generated/ is_weighted is_negatively_weighted set_node_attributes get_node_attributes set_edge_attributes get_edge_attributes Paths ---------- .. autosummary:: :toctree: generated/ is_path path_weight Freezing graph structure ------------------------ .. autosummary:: :toctree: generated/ freeze is_frozen