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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 606 def no_jump_to_except_4(output): function
612 no_jump_to_except_4.jump = (2, 3)
613 no_jump_to_except_4.output = [True]
737 self.run_test(no_jump_to_except_4)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 606 def no_jump_to_except_4(output): function
612 no_jump_to_except_4.jump = (2, 3)
613 no_jump_to_except_4.output = [True]
737 self.run_test(no_jump_to_except_4)

Completed in 49 milliseconds