Lines Matching refs:format
1201 return "XY({}, {})".format(str(self.x), str(self.y))
1211 return "Subrange({}, {})".format(str(self.lo), str(self.hi))
2178 return "{} s".format((val / 1000000000).quantize(Decimal("0.000000001")))
2180 return "{} ms".format((val / 1000000).quantize(Decimal("0.000001")))
2182 return "{} us".format((val / 1000).quantize(Decimal("0.001")))
2183 return "{} ns".format(val.quantize(Decimal("1")))
2292 menu_text = "Show Call Tree for {} {}:{} at {}".format(hregion.comm, hregion.pid, hregion.tid, time)
2747 self.label = QLabel("Number of records (x " + "{:,}".format(glb_chunk_sz) + ") to fetch:")
3063 data.append("{:>19}".format(query.value(1)))
3081 data.append("{:>19}".format(query.value(1)))
3779 data.append("{:>19}".format(query.value(1)))
3789 data.append("{:>19}".format(query.value(9)))
5094 if f.read(15) == b'SQLite format 3':