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

Method slide_fixture

tests/parts/test_slide.py:454–457  ·  view source on GitHub ↗
(self, Slide_, slide_)

Source from the content-addressed store, hash-verified

452
453 @pytest.fixture
454 def slide_fixture(self, Slide_, slide_):
455 sld = element("p:sld")
456 slide_part = SlidePart(None, None, None, sld)
457 return slide_part, Slide_, sld, slide_
458
459 @pytest.fixture
460 def slide_id_fixture(self, package_, presentation_part_):

Callers

nothing calls this directly

Calls 2

SlidePartClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected