Lines Matching refs:colspec_row
770 def emit_table(self, colspec_row, rows): argument
782 if colspec_row:
785 for text in colspec_row:
804 colspec_row = None
819 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 = None
864 if not colspec_row:
865 colspec_row = [""] * len(rows[0])
872 colspec_row[j] = " ".join(content)
888 return i, self.emit_table(colspec_row, rows)