finesse.utilities.tables.NumberTable.make_string

NumberTable.make_string(obj, row, col)[source]

Convert obj to a string using self.number_format[row, column].

If the cell is a header or self.number_format[row, column] is None, obj is converted with str. If self.number_format[row, column] is a function self.number_format[row, column](obj) is called. If self.number_format[row, column] is a string self.number_format[row, col].format(obj) is called.