(context)
| 56 | |
| 57 | @given("a text run") |
| 58 | def given_a_text_run(context): |
| 59 | prs = Presentation(test_pptx("txt-text")) |
| 60 | context.run = prs.slides[0].shapes[0].text_frame.paragraphs[0].runs[0] |
| 61 | |
| 62 | |
| 63 | @given("a text run in a table cell") |
nothing calls this directly
no test coverage detected
searching dependent graphs…