Add a SimpleTable to the page list of tables
(self, table)
| 305 | outfile.write(line) |
| 306 | |
| 307 | def add_table(self, table): |
| 308 | """Add a SimpleTable to the page list of tables""" |
| 309 | self.tables.append(table) |
| 310 | |
| 311 | |
| 312 | def fit_data_to_columns(data, num_cols): |
no outgoing calls
no test coverage detected