Home | History | Annotate | Download | only in compiler

Lines Matching refs:branch

654     def visitListCompIf(self, node, branch):
657 self.emit('POP_JUMP_IF_FALSE', branch)
734 def visitGenExprIf(self, node, branch):
737 self.emit('POP_JUMP_IF_FALSE', branch)