Meeseeks.Document.previous_siblings
You're seeing just the function
previous_siblings
, go back to Meeseeks.Document module for more information.
Specs
Returns the node ids of the siblings that come before node_id in the context of the document.
Returns all of these siblings, not just those that are Meeseeks.Document.Element
s.
Returns siblings in depth-first order.
Raises if node_id does not exist in the document.