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

Method part_prop_

tests/test_slide.py:698–699  ·  view source on GitHub ↗
(self, request, slide_layout_part_)

Source from the content-addressed store, hash-verified

696
697 @pytest.fixture
698 def part_prop_(self, request, slide_layout_part_):
699 return property_mock(request, SlideLayout, "part", return_value=slide_layout_part_)
700
701 @pytest.fixture
702 def placeholder_(self, request):

Callers

nothing calls this directly

Calls 1

property_mockFunction · 0.85

Tested by

no test coverage detected