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

Function when_I_call_slide_layouts_remove

features/steps/slides.py:42–44  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

40
41@when("I call slide_layouts.remove(slide_layouts[1])")
42def when_I_call_slide_layouts_remove(context):
43 slide_layouts = context.slide_layouts
44 slide_layouts.remove(slide_layouts[1])
45
46
47# then ====================================================

Callers

nothing calls this directly

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…