Searched refs:test_loop_exception_with_continue (Results 1 – 1 of 1) sorted by relevance
13867 def test_loop_exception_with_continue(x): function13878 self.checkScript(test_loop_exception_with_continue, (-1,))13879 self.checkScriptRaisesRegex(test_loop_exception_with_continue, (1,), Exception, "")13880 test_num_ifs(test_loop_exception_with_continue, 1) # no ifs added to guard print