Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_sys_settrace.py141 def settrace_and_raise(tracefunc): function
147 settrace_and_raise.events = [(2, 'exception'),
330 self.run_test2(settrace_and_raise)
/external/python/cpython3/Lib/test/
Dtest_sys_settrace.py191 def settrace_and_raise(tracefunc): function
197 settrace_and_raise.events = [(2, 'exception'),
402 self.run_test2(settrace_and_raise)