8.2.1.3. _get_node

_get_node(nodes, node_id, fuzzy=True)[source]

Returns a dispatcher node that match the given node id.

Parameters:
  • nodes (dict) – Dispatcher nodes.

  • node_id (str) – Node id.

Returns:

The dispatcher node and its id.

Return type:

(str, dict)