Ask a question to get started
Enter to send•Shift+Enter new line
Return a copy of the edge with optional new source and target nodes.
copy( self, *, source: str | None = None, target: str | None = None ) -> Edge
source
str | None
None
The new source node id.
target
The new target node id.