Meeseeks.Document.get_nodes
You're seeing just the function
get_nodes
, go back to Meeseeks.Document module for more information.
Specs
Returns all of the document's nodes.
Returns nodes in depth-first order.
Specs
Returns a list of nodes referred to by node_ids in the context of the document.
Returns nodes in the same order as node_ids.
Raises if any id in node_ids does not exist in the document.