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

Method Slides_

tests/test_presentation.py:226–227  ·  view source on GitHub ↗
(self, request, slides_)

Source from the content-addressed store, hash-verified

224
225 @pytest.fixture
226 def Slides_(self, request, slides_):
227 return class_mock(request, "pptx.presentation.Slides", return_value=slides_)
228
229 @pytest.fixture
230 def slides_(self, request):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected