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

Function then_slide_width_matches_new_value

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

Source from the content-addressed store, hash-verified

218
219@then("the slide width matches the new value")
220def then_slide_width_matches_new_value(context: Context):
221 presentation = context.presentation
222 assert presentation.slide_width == Inches(4)

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…