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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 597 def no_jump_to_except_3(output): function
603 no_jump_to_except_3.jump = (2, 3)
604 no_jump_to_except_3.output = [True]
735 self.run_test(no_jump_to_except_3)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 597 def no_jump_to_except_3(output): function
603 no_jump_to_except_3.jump = (2, 3)
604 no_jump_to_except_3.output = [True]
735 self.run_test(no_jump_to_except_3)

Completed in 207 milliseconds