Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_trace.py51 def traced_func_simple_caller(x): function
56 k = traced_func_simple_caller(x)
223 self.tracer.runfunc(traced_func_simple_caller, 1)
/external/python/cpython3/Lib/test/
Dtest_trace.py51 def traced_func_simple_caller(x): function
56 k = traced_func_simple_caller(x)
268 self.tracer.runfunc(traced_func_simple_caller, 1)