Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_pstats.py12 """Tests for pstats.add_callers helper."""
15 # pstats.add_callers should combine the call results of both target
20 new_callers = pstats.add_callers(target, source)
25 new_callers = pstats.add_callers(target, source)
/third_party/python/Lib/
H A Dpstats.py576 add_callers(t_callers, callers))
578 def add_callers(target, source): function

Completed in 2 milliseconds