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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 577 def no_jump_to_except_1(output): function
584 no_jump_to_except_1.jump = (2, 3)
585 no_jump_to_except_1.output = [True]
731 self.run_test(no_jump_to_except_1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 577 def no_jump_to_except_1(output): function
584 no_jump_to_except_1.jump = (2, 3)
585 no_jump_to_except_1.output = [True]
731 self.run_test(no_jump_to_except_1)

Completed in 778 milliseconds