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

Method _latin1

IntelOSINT.py:18961–18962  ·  view source on GitHub ↗
(self, v)

Source from the content-addressed store, hash-verified

18959 ]
18960
18961 def _latin1(self, v):
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)

Callers 5

_mcMethod · 0.95
_pdf_coverMethod · 0.95
_pdf_notes_pageMethod · 0.95
_pdf_tableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected