Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_pstats.py16 new_callers = pstats.add_callers(target, source)
21 new_callers = pstats.add_callers(target, source)
/external/python/cpython2/Lib/
Dpstats.py504 add_callers(t_callers, callers))
506 def add_callers(target, source): function
/external/python/cpython2/Misc/
DNEWS10975 - Issue #1269: fix a bug in pstats.add_callers() and add a unit test