Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dwidgets.py92 def format_time(seconds): member in Timer
101 return self.format_string % self.format_time(pbar.seconds_elapsed)
115 return 'Time: %s' % self.format_time(pbar.seconds_elapsed)
119 return 'ETA: %s' % self.format_time(eta)
153 return 'Time: %s' % self.format_time(pbar.seconds_elapsed)
164 return 'ETA: %s' % self.format_time(eta)
237 'elapsed': ('seconds_elapsed', Timer.format_time),