MCPcopy Index your code
hub / github.com/python-openxml/python-docx / when_add_page_break

Function when_add_page_break

features/steps/text.py:125–127  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

123
124@when("I add a page break")
125def when_add_page_break(context):
126 run = context.run
127 run.add_break(WD_BREAK.PAGE)
128
129
130@when("I add a picture to the run")

Callers

nothing calls this directly

Calls 1

add_breakMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…