Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dpstats.py443 self.print_call_line(width, func, self.all_callees[func])
445 self.print_call_line(width, func, {})
456 self.print_call_line(width, func, callers, "<-")
473 def print_call_line(self, name_size, source, call_dict, arrow="->"): member in Stats