(context: Context)
| 83 | |
| 84 | @when("I add a run to the paragraph") |
| 85 | def 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") |
nothing calls this directly
no test coverage detected
searching dependent graphs…