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

Method shapes_fixture

tests/test_slide.py:252–256  ·  view source on GitHub ↗
(self, NotesSlideShapes_, shapes_)

Source from the content-addressed store, hash-verified

250
251 @pytest.fixture
252 def shapes_fixture(self, NotesSlideShapes_, shapes_):
253 notes = element("p:notes/p:cSld/p:spTree")
254 notes_slide = NotesSlide(notes, None)
255 spTree = notes.xpath("//p:spTree")[0]
256 return notes_slide, NotesSlideShapes_, spTree, shapes_
257
258 # fixture components ---------------------------------------------
259

Callers

nothing calls this directly

Calls 3

NotesSlideClass · 0.90
elementFunction · 0.85
xpathMethod · 0.45

Tested by

no test coverage detected