OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:traced_func_loop
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_trace.py
42
def
traced_func_loop
(x, y):
function
121
self.tracer.runfunc(
traced_func_loop
, 2, 3)
123
firstlineno = get_firstlineno(
traced_func_loop
)
196
code = r'''
traced_func_loop
(2, 5)'''
200
firstlineno = get_firstlineno(
traced_func_loop
)
210
# counts fo
traced_func_loop
were right.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_trace.py
42
def
traced_func_loop
(x, y):
function
121
self.tracer.runfunc(
traced_func_loop
, 2, 3)
123
firstlineno = get_firstlineno(
traced_func_loop
)
196
code = r'''
traced_func_loop
(2, 5)'''
200
firstlineno = get_firstlineno(
traced_func_loop
)
210
# counts fo
traced_func_loop
were right.
Completed in 27 milliseconds