Open Bystroushaak opened 9 years ago
def parent_iterator(el): while el.parent: yield el.parent el = el.parent