Home | History | Annotate | Download | only in site_utils

Lines Matching refs:name_column_width

395     def log_using(self, log_function, name_column_width):
399 @param name_column_width: Width of name column for formatting.
401 padded_name = self.name.ljust(name_column_width)