(self, pdf, h, text)
| 18962 | return str(v).encode("latin-1", "ignore").decode("latin-1") |
| 18963 | |
| 18964 | def _mc(self, pdf, h, text): |
| 18965 | pdf.set_x(pdf.l_margin) |
| 18966 | pdf.multi_cell(0, h, self._latin1(text)) |
| 18967 | |
| 18968 | def _pdf_cover(self, pdf, title, subtitle="CScorza Report"): |
| 18969 | pdf.add_page() |
no test coverage detected