Home | History | Annotate | Download | only in tools

Lines Matching refs:open_parentheses

1369     self.open_parentheses = 0
1610 inner_block.open_parentheses += depth_change
1615 inner_block.open_parentheses == 1 and
1624 inner_block.open_parentheses == 0):
1674 (not self.stack or self.stack[-1].open_parentheses == 0)):