Ask a question to get started
Enter to sendā¢Shift+Enter new line
extend( self, graph: Graph, *, prefix: str = '' ) -> tuple
graph
Graph
prefix
str
''
Add all nodes and edges from another graph.
Note this doesn't check for duplicates, nor does it connect the graphs.
The graph to add.
The prefix to add to the node ids.