Home | History | Annotate | Download | only in tools

Lines Matching refs:format

248           format = COUNTER_LABELS[name[0]]
250 format = "%i"
251 ui_counter = UiCounter(var, format)
271 def __init__(self, var, format):
276 format: the format string used to format this counter
279 self.format = format
296 self.var.set(self.format % value)