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

Function when_add_line_break

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

Source from the content-addressed store, hash-verified

117
118@when("I add a line break")
119def when_add_line_break(context):
120 run = context.run
121 run.add_break()
122
123
124@when("I add a page break")

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…