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

Method has_notes_slide_fixture

tests/test_slide.py:360–363  ·  view source on GitHub ↗
(self, part_prop_, slide_part_)

Source from the content-addressed store, hash-verified

358
359 @pytest.fixture
360 def has_notes_slide_fixture(self, part_prop_, slide_part_):
361 slide = Slide(None, None)
362 expected_value = slide_part_.has_notes_slide = 42
363 return slide, expected_value
364
365 @pytest.fixture
366 def layout_fixture(self, slide_layout_, part_prop_, slide_part_):

Callers

nothing calls this directly

Calls 1

SlideClass · 0.90

Tested by

no test coverage detected