Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dpstats.py285 newfunc = func_strip_path(func)
290 newcallers[func_strip_path(func2)] = caller
301 new_top.add(func_strip_path(func))
546 def func_strip_path(func_name): function