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

Method part_prop_

tests/test_slide.py:418–419  ·  view source on GitHub ↗
(self, request, slide_part_)

Source from the content-addressed store, hash-verified

416
417 @pytest.fixture
418 def part_prop_(self, request, slide_part_):
419 return property_mock(request, Slide, "part", return_value=slide_part_)
420
421 @pytest.fixture
422 def placeholders_(self, request):

Callers

nothing calls this directly

Calls 1

property_mockFunction · 0.85

Tested by

no test coverage detected