Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpstats.py370 self.print_call_heading(width, "called...")
383 self.print_call_heading(width, "was called by...")
391 def print_call_heading(self, name_size, column_title): member in Stats