(self, request, notes_slide_part_)
| 486 | |
| 487 | @pytest.fixture |
| 488 | def NotesSlidePart_(self, request, notes_slide_part_): |
| 489 | return class_mock( |
| 490 | request, "pptx.parts.slide.NotesSlidePart", return_value=notes_slide_part_ |
| 491 | ) |
| 492 | |
| 493 | @pytest.fixture |
| 494 | def notes_slide_part_(self, request): |
nothing calls this directly
no test coverage detected