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

Function when_I_assign_paragraph_add_run

features/steps/comments.py:100–101  ·  view source on GitHub ↗
(context: Context)

Source from the content-addressed store, hash-verified

98
99@when("I assign run = paragraph.add_run()")
100def when_I_assign_paragraph_add_run(context: Context):
101 context.run = context.paragraph.add_run()
102
103
104@when("I call comments.get(2)")

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…