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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 637 def no_jump_into_finally_block(output): function
647 no_jump_into_finally_block.jump = (4, 6)
648 no_jump_into_finally_block.output = [3, 6, True] # The 'finally' still runs
743 self.run_test(no_jump_into_finally_block)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 637 def no_jump_into_finally_block(output): function
647 no_jump_into_finally_block.jump = (4, 6)
648 no_jump_into_finally_block.output = [3, 6, True] # The 'finally' still runs
743 self.run_test(no_jump_into_finally_block)

Completed in 492 milliseconds