Searched refs:colspec_row (Results 1 – 1 of 1) sorted by relevance
770 def emit_table(self, colspec_row, rows): argument782 if colspec_row:785 for text in colspec_row:804 colspec_row = None819 if not colspec_row:820 colspec_row = [""] * len(rows[0])827 colspec_row[j] = " ".join(content)839 return i, self.emit_table(colspec_row, rows)848 colspec_row = None864 if not colspec_row:[all …]