Model.find_node_by_key
- Model.find_node_by_key(key)[source]
Retrieve a node in the model using its key.
- Parameters:
- keyint
The node’s key.
- Returns:
- list of Optional[Node]
The corresponding node, or None if not found.
Retrieve a node in the model using its key.
The node’s key.
The corresponding node, or None if not found.