Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_pstats.py19 new_callers = pstats.add_callers(target, source)
24 new_callers = pstats.add_callers(target, source)
/third_party/python/Lib/
Dpstats.py575 add_callers(t_callers, callers))
577 def add_callers(target, source): function