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

Method placeholders_prop_

tests/test_slide.py:285–286  ·  view source on GitHub ↗
(self, request, placeholders_)

Source from the content-addressed store, hash-verified

283
284 @pytest.fixture
285 def placeholders_prop_(self, request, placeholders_):
286 return property_mock(request, NotesSlide, "placeholders", return_value=placeholders_)
287
288 @pytest.fixture
289 def shapes_(self, request):

Callers

nothing calls this directly

Calls 1

property_mockFunction · 0.85

Tested by

no test coverage detected