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

Method notes_slide_fixture

tests/test_slide.py:373–376  ·  view source on GitHub ↗
(self, notes_slide_, part_prop_, slide_part_)

Source from the content-addressed store, hash-verified

371
372 @pytest.fixture
373 def notes_slide_fixture(self, notes_slide_, part_prop_, slide_part_):
374 slide = Slide(None, None)
375 slide_part_.notes_slide = notes_slide_
376 return slide, notes_slide_
377
378 @pytest.fixture
379 def placeholders_fixture(self, SlidePlaceholders_, placeholders_):

Callers

nothing calls this directly

Calls 1

SlideClass · 0.90

Tested by

no test coverage detected