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