(self, request, shapes_)
| 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): |
nothing calls this directly
no test coverage detected