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

Method notes_placeholder_prop_

tests/test_slide.py:265–266  ·  view source on GitHub ↗
(self, request, placeholder_)

Source from the content-addressed store, hash-verified

263
264 @pytest.fixture
265 def notes_placeholder_prop_(self, request, placeholder_):
266 return property_mock(request, NotesSlide, "notes_placeholder", return_value=placeholder_)
267
268 @pytest.fixture
269 def NotesSlidePlaceholders_(self, request, placeholders_):

Callers

nothing calls this directly

Calls 1

property_mockFunction · 0.85

Tested by

no test coverage detected