Searched refs:traced_func_linear (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_trace.py | 36 def traced_func_linear(x, y): function 52 c = traced_func_linear(x, x) 88 return c + traced_func_linear(x, c) 109 result = self.tracer.runfunc(traced_func_linear, 2, 5) 114 firstlineno = get_firstlineno(traced_func_linear)
|
/external/python/cpython3/Lib/test/ |
D | test_trace.py | 35 def traced_func_linear(x, y): function 51 c = traced_func_linear(x, x) 87 return c + traced_func_linear(x, c) 109 result = self.tracer.runfunc(traced_func_linear, 2, 5) 114 firstlineno = get_firstlineno(traced_func_linear)
|