Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpstats.py251 newfunc = func_strip_path(func)
256 newcallers[func_strip_path(func2)] = caller
267 new_top[func_strip_path(func)] = None
475 def func_strip_path(func_name): function