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

Method slide_id_fixture

tests/test_slide.py:393–397  ·  view source on GitHub ↗
(self, part_prop_, slide_part_)

Source from the content-addressed store, hash-verified

391
392 @pytest.fixture
393 def slide_id_fixture(self, part_prop_, slide_part_):
394 slide = Slide(None, None)
395 slide_id = 256
396 slide_part_.slide_id = slide_id
397 return slide, slide_id
398
399 @pytest.fixture
400 def subclass_fixture(self):

Callers

nothing calls this directly

Calls 1

SlideClass · 0.90

Tested by

no test coverage detected