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

Method NotesSlideShapes_

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

Source from the content-addressed store, hash-verified

271
272 @pytest.fixture
273 def NotesSlideShapes_(self, request, shapes_):
274 return class_mock(request, "pptx.slide.NotesSlideShapes", return_value=shapes_)
275
276 @pytest.fixture
277 def placeholder_(self, request):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected