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

Function _cellln

IntelOSINT.py:19468–19469  ·  view source on GitHub ↗
(text, h=6, align="L", border=0)

Source from the content-addressed store, hash-verified

19466 pdf.add_page()
19467 pdf.set_auto_page_break(auto=True, margin=12)
19468 def _cellln(text, h=6, align="L", border=0):
19469 pdf.cell(0, h, _latin1(text), border=border, align=align, new_x=XPos.LMARGIN, new_y=YPos.NEXT)
19470
19471 def _mcline(text, h=6):
19472 pdf.set_x(pdf.l_margin)

Callers 2

_build_face_reportFunction · 0.85
_build_media_reportFunction · 0.85

Calls 1

_latin1Function · 0.85

Tested by

no test coverage detected