Lines Matching full:ancestors
144 """Return a list of all ancestors of this node.904 """Return a list of all ancestors of this node.912 ancestors = []915 ancestors.insert(0, t) # insert at start918 return ancestors