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

Method LayoutPlaceholders_

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

Source from the content-addressed store, hash-verified

684
685 @pytest.fixture
686 def LayoutPlaceholders_(self, request, placeholders_):
687 return class_mock(request, "pptx.slide.LayoutPlaceholders", return_value=placeholders_)
688
689 @pytest.fixture
690 def LayoutShapes_(self, request, shapes_):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected