97
97
For any given node, the 'linear dominator' is an ancestor, such that
98
98
all parents between this node and that one have a single parent, and a
99
99
single child. So if A->B->C->D then B,C,D all have a linear dominator
104
111
if node.parent_keys is None or len(node.parent_keys) != 1: