Home | History | Annotate | Download | only in tools

Lines Matching refs:format

246           format = COUNTER_LABELS[name[0]]
248 format = "%i"
249 ui_counter = UiCounter(var, format)
269 def __init__(self, var, format):
274 format: the format string used to format this counter
277 self.format = format
294 self.var.set(self.format % value)