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

Method it_is_a_BaseSlide_subclass

tests/test_slide.py:596–598  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

594 """Unit-test suite for `pptx.slide.SlideLayout` objects."""
595
596 def it_is_a_BaseSlide_subclass(self):
597 slide_layout = SlideLayout(None, None)
598 assert isinstance(slide_layout, _BaseSlide)
599
600 def it_can_iterate_its_clonable_placeholders(self, cloneable_fixture):
601 slide_layout, expected_placeholders = cloneable_fixture

Callers

nothing calls this directly

Calls 1

SlideLayoutClass · 0.90

Tested by

no test coverage detected