Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_sys_settrace.py177 def tightloop_example(): function
186 tightloop_example.events = [(0, 'call'),
334 self.run_test(tightloop_example)
/external/python/cpython3/Lib/test/
Dtest_sys_settrace.py227 def tightloop_example(): function
236 tightloop_example.events = [(0, 'call'),
406 self.run_test(tightloop_example)