Skip to content

Good helper functions

Derek Ruths edited this page Jun 8, 2017 · 2 revisions

Capturing the helper functions would be nice to add:

  • Graph.rm_nodes (rm_nodes_)
  • Graph.add_nodes (add_nodes_)
  • Graph.rm_edges (rm_edges_)
  • Graph.add_edges (add_edges_)

A helpful Graph.summary() function.

Would be nice to bring graph properties inside the graph object:

  • Graph.components

Add __repr__ to Graph, CommunitySet, Community

Clone this wiki locally