- class Reporter(filepath, pagesize='A4')¶
- pdf¶
- story¶
- header(canvas, doc)¶
- _build()¶
- add_title(key, title)¶
- add_new_section(key, title)¶
- add_text(key, text, title=None)¶
- add_code_block(key, code, title=None)¶
- add_figure(key, figure, title=None)¶
- add_space(key, height=5)¶
- add_page_break(key)¶
- add_table(key, lists)¶
Generates a table as a reportlab flowable from a list of lists