(context)
| 21 | |
| 22 | @given("a 2x3 _MergeOriginCell object as cell") |
| 23 | def given_a_2x3_MergeOriginCell_object_as_cell(context): |
| 24 | prs = Presentation(test_pptx("tbl-cell")) |
| 25 | context.cell = prs.slides[1].shapes[1].table.cell(0, 0) |
| 26 | |
| 27 | |
| 28 | @given("a 3x3 Table object as table") |
nothing calls this directly
no test coverage detected
searching dependent graphs…