MCPcopy Create free account
hub / github.com/CScorza/IntelOSINT / _mc

Method _mc

IntelOSINT.py:18964–18966  ·  view source on GitHub ↗
(self, pdf, h, text)

Source from the content-addressed store, hash-verified

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()

Callers 2

_pdf_notes_pageMethod · 0.95

Calls 1

_latin1Method · 0.95

Tested by

no test coverage detected