(context: Context)
| 117 | |
| 118 | @when("I save the presentation to a stream") |
| 119 | def when_save_presentation_to_stream(context: Context): |
| 120 | context.stream = io.BytesIO() |
| 121 | context.prs.save(context.stream) |
| 122 | |
| 123 | |
| 124 | # then ==================================================== |
nothing calls this directly
no test coverage detected
searching dependent graphs…