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

Function when_add_column_break

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

Source from the content-addressed store, hash-verified

111
112@when("I add a column break")
113def when_add_column_break(context):
114 run = context.run
115 run.add_break(WD_BREAK.COLUMN)
116
117
118@when("I add a line 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…