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

Method layout_fixture

tests/test_slide.py:366–370  ·  view source on GitHub ↗
(self, slide_layout_, part_prop_, slide_part_)

Source from the content-addressed store, hash-verified

364
365 @pytest.fixture
366 def layout_fixture(self, slide_layout_, part_prop_, slide_part_):
367 slide = Slide(None, None)
368 part_prop_.return_value = slide_part_
369 slide_part_.slide_layout = slide_layout_
370 return slide, slide_layout_
371
372 @pytest.fixture
373 def notes_slide_fixture(self, notes_slide_, part_prop_, slide_part_):

Callers

nothing calls this directly

Calls 1

SlideClass · 0.90

Tested by

no test coverage detected