Snapshot Graph

Overview

Methods

Adding and removing nodes and edges

SnapshotGraph.__init__
SnapshotGraph.add_nodes_from
SnapshotGraph.add_edges_from

Manipulating Snapshots

SnapshotGraph.insert
SnapshotGraph.add_snapshot

Reporting Snapshots

SnapshotGraph.__len__
SnapshotGraph.order
SnapshotGraph.has_node
SnapshotGraph.size
SnapshotGraph.is_directed
SnapshotGraph.is_multigraph
SnapshotGraph.number_of_nodes
SnapshotGraph.degree

Making copies and subgraphs

SnapshotGraph.subgraph
SnapshotGraph.to_directed
SnapshotGraph.to_undirected