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

Method placeholders_prop_

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

Source from the content-addressed store, hash-verified

712
713 @pytest.fixture
714 def placeholders_prop_(self, request, placeholders_):
715 return property_mock(request, SlideLayout, "placeholders", return_value=placeholders_)
716
717 @pytest.fixture
718 def presentation_(self, request):

Callers

nothing calls this directly

Calls 1

property_mockFunction · 0.85

Tested by

no test coverage detected