(context: Context)
| 98 | |
| 99 | @when("I assign run = paragraph.add_run()") |
| 100 | def when_I_assign_paragraph_add_run(context: Context): |
| 101 | context.run = context.paragraph.add_run() |
| 102 | |
| 103 | |
| 104 | @when("I call comments.get(2)") |
nothing calls this directly
no test coverage detected
searching dependent graphs…