MCPcopy Create free account
hub / github.com/scanny/python-pptx / when_save_presentation_to_stream

Function when_save_presentation_to_stream

features/steps/presentation.py:119–121  ·  view source on GitHub ↗
(context: Context)

Source from the content-addressed store, hash-verified

117
118@when("I save the presentation to a stream")
119def when_save_presentation_to_stream(context: Context):
120 context.stream = io.BytesIO()
121 context.prs.save(context.stream)
122
123
124# then ====================================================

Callers

nothing calls this directly

Calls 1

saveMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…