(context)
| 50 | |
| 51 | @when("I add a tab stop") |
| 52 | def when_I_add_a_tab_stop(context): |
| 53 | tab_stops = context.tab_stops |
| 54 | tab_stops.add_tab_stop(Inches(1.75)) |
| 55 | |
| 56 | |
| 57 | @when("I assign {member} to tab_stop.alignment") |
nothing calls this directly
no test coverage detected
searching dependent graphs…