get_node_info_raw#
- NodeTree.get_node_info_raw(node: Union[Node, str]) Dict[Node, Optional[Dict]] [source]#
Get the information/data for a node.
Unix shell-style wildcards are supported.
- Parameters:
node (Union[Node, str]) – Node object or string representation.
- Returns:
Node(s) information.
- Raises:
KeyError if the node does not match an existing node. –
ValueError – If the node is passed as a string in form of a relative path and no prefix can be added.
- Return type:
Dict[Node, Optional[Dict]]