Searched refs:column_title (Results 1 – 2 of 2) sorted by relevance
409 def print_call_heading(self, name_size, column_title): argument410 print("Function ".ljust(name_size) + column_title, file=self.stream)
391 def print_call_heading(self, name_size, column_title): argument392 print >> self.stream, "Function ".ljust(name_size) + column_title