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

Function when_add_page_break_to_document

features/steps/document.py:89–91  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

87
88@when("I add a page break to the document")
89def when_add_page_break_to_document(context):
90 document = context.document
91 document.add_page_break()
92
93
94@when("I add a paragraph specifying its style as a {kind}")

Callers

nothing calls this directly

Calls 1

add_page_breakMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…