Lines Matching refs:format
1202 return "XY({}, {})".format(str(self.x), str(self.y))
1212 return "Subrange({}, {})".format(str(self.lo), str(self.hi))
2179 return "{} s".format((val / 1000000000).quantize(Decimal("0.000000001")))
2181 return "{} ms".format((val / 1000000).quantize(Decimal("0.000001")))
2183 return "{} us".format((val / 1000).quantize(Decimal("0.001")))
2184 return "{} ns".format(val.quantize(Decimal("1")))
2293 menu_text = "Show Call Tree for {} {}:{} at {}".format(hregion.comm, hregion.pid, hregion.tid, time)
2748 self.label = QLabel("Number of records (x " + "{:,}".format(glb_chunk_sz) + ") to fetch:")
3064 data.append("{:>19}".format(query.value(1)))
3082 data.append("{:>19}".format(query.value(1)))
3780 data.append("{:>19}".format(query.value(1)))
3790 data.append("{:>19}".format(query.value(9)))
5007 if f.read(15) == b'SQLite format 3':