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

Function then_slide_height_matches_new_value

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

Source from the content-addressed store, hash-verified

212
213@then("the slide height matches the new value")
214def then_slide_height_matches_new_value(context: Context):
215 presentation = context.presentation
216 assert presentation.slide_height == Inches(3)
217
218
219@then("the slide width matches the new value")

Callers

nothing calls this directly

Calls 1

InchesClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…