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

Method MasterPlaceholders_

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

Source from the content-addressed store, hash-verified

149
150 @pytest.fixture
151 def MasterPlaceholders_(self, request, placeholders_):
152 return class_mock(request, "pptx.slide.MasterPlaceholders", return_value=placeholders_)
153
154 @pytest.fixture
155 def MasterShapes_(self, request, shapes_):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected