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

Function when_add_new_run_to_paragraph

features/steps/paragraph.py:85–86  ·  view source on GitHub ↗
(context: Context)

Source from the content-addressed store, hash-verified

83
84@when("I add a run to the paragraph")
85def when_add_new_run_to_paragraph(context: Context):
86 context.run = context.p.add_run()
87
88
89@when("I assign a {style_type} to paragraph.style")

Callers

nothing calls this directly

Calls 1

add_runMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…