Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dpstats.py462 def print_call_heading(self, name_size, column_title): argument
463 print("Function ".ljust(name_size) + column_title, file=self.stream)