Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dpstats.py474 def print_call_line(self, name_size, source, call_dict, arrow="->"): argument
476 if not call_dict:
479 clist = sorted(call_dict.keys())
483 value = call_dict[func]