MCPcopy Index your code
hub / github.com/gto76/python-cheatsheet / insertPageBreakBefore

Function insertPageBreakBefore

parse.js:901–903  ·  view source on GitHub ↗
(an_id)

Source from the content-addressed store, hash-verified

899}
900
901function insertPageBreakBefore(an_id) {
902 $('<div class="pagebreak"></div>').insertBefore($(an_id).parent())
903}
904
905function fixPandasDiagram() {
906 const diagram_15 = '┏━━━━━━━━━━━━━━━━━━━━━━━━┯━━━━━━━━━━━━━━━┯━━━━━━━━━━━━┯━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━┓';

Callers 1

insertPageBreaksFunction · 0.85

Calls 1

$Function · 0.85

Tested by

no test coverage detected