Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dpstats.py409 def print_call_heading(self, name_size, column_title): argument
410 print("Function ".ljust(name_size) + column_title, file=self.stream)
/external/python/cpython2/Lib/
Dpstats.py391 def print_call_heading(self, name_size, column_title): argument
392 print >> self.stream, "Function ".ljust(name_size) + column_title