Home
last modified time | relevance | path

Searched refs:no_jump_into_finally_block (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_sys_settrace.py637 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
735 self.run_test(no_jump_into_finally_block)