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

Method part_prop_

tests/test_slide.py:577–578  ·  view source on GitHub ↗
(self, request, prs_part_)

Source from the content-addressed store, hash-verified

575
576 @pytest.fixture
577 def part_prop_(self, request, prs_part_):
578 return property_mock(request, Slides, "part", return_value=prs_part_)
579
580 @pytest.fixture
581 def prs_part_(self, request):

Callers

nothing calls this directly

Calls 1

property_mockFunction · 0.85

Tested by

no test coverage detected