Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_mc
Method · 0.95
_pdf_cover
Method · 0.95
_pdf_notes_page
Method · 0.95
_pdf_table
Method · 0.95
_pdf_footer_credentials
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected