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

Method NotesSlidePart_

tests/parts/test_slide.py:488–491  ·  view source on GitHub ↗
(self, request, notes_slide_part_)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected