Home
last modified time | relevance | path

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

/external/opencv3/modules/ts/misc/
Dtable_formatter.py201 cell.text = self.reformatTextValue(text)
205 def reformatTextValue(self, value): member in table
254 …out.write("%s%s%s" % ( os.linesep, os.linesep.join(self.reformatTextValue(self.caption)), os.line…
343 …align:right;white-space:normal;\">%s</caption>\n" % htmlEncode(self.reformatTextValue(self.caption…
345 … out.write(" <caption>%s</caption>\n" % htmlEncode(self.reformatTextValue(self.caption)))