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

Method MasterShapes_

tests/test_slide.py:155–156  ·  view source on GitHub ↗
(self, request, shapes_)

Source from the content-addressed store, hash-verified

153
154 @pytest.fixture
155 def MasterShapes_(self, request, shapes_):
156 return class_mock(request, "pptx.slide.MasterShapes", return_value=shapes_)
157
158 @pytest.fixture
159 def placeholders_(self, request):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected