Home
last modified time | relevance | path

Searched refs:traced_func_loop (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_trace.py49 def traced_func_loop(x, y): function
145 self.tracer.runfunc(traced_func_loop, 2, 3)
147 firstlineno = get_firstlineno(traced_func_loop)
242 code = r'''traced_func_loop(2, 5)'''
246 firstlineno = get_firstlineno(traced_func_loop)
256 # counts fo traced_func_loop were right.

Completed in 1 milliseconds