628
640
self._left_subtree_pushed_stack.append(False)
629
641
self._pending_parents_stack.append(list(parents))
630
642
# as we push it, figure out if this is the first child
633
645
# node has parents, assign from the left most parent.
635
652
first_child = parent_info[1]