Meeseeks.Document.ancestors
You're seeing just the function
ancestors
, go back to Meeseeks.Document module for more information.
Specs
Returns the node ids of node_id's ancestors in the context of the document.
Returns the ancestors in reverse order: [parent, grandparent, ...]
Raises if node_id does not exist in the document.