Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpstats.py403 def print_call_line(self, name_size, source, call_dict, arrow="->"): argument
405 if not call_dict:
408 clist = call_dict.keys()
413 value = call_dict[func]