graphscope.nx.classes.function.info¶
- graphscope.nx.classes.function.info(G, n=None)[source]¶
Return a summary of information for the graph G or a single node n.
The summary includes the number of nodes and edges, or neighbours for a single node.
- Parameters:
G (Networkx graph) – A graph
n (node (any hashable)) – A node in the graph G
- Returns:
info – A string containing the short summary
- Return type:
str
- Raises:
NetworkXError – If n is not in the graph G
.. deprecated: – 2.7:
info
is deprecated and will be removed in NetworkX 3.0.