HomeSort by relevance Sort by last modified time
    Searched refs:elseblock (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 535 elseblock = self.newBlock()
537 self.emit('POP_JUMP_IF_FALSE', elseblock)
540 self.nextBlock(elseblock)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 535 elseblock = self.newBlock()
537 self.emit('POP_JUMP_IF_FALSE', elseblock)
540 self.nextBlock(elseblock)
    [all...]

Completed in 93 milliseconds