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

Method _iter_

tests/test_slide.py:873–874  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

871
872 @pytest.fixture
873 def _iter_(self, request):
874 return method_mock(request, SlideLayouts, "__iter__")
875
876 @pytest.fixture
877 def part_prop_(self, request):

Callers

nothing calls this directly

Calls 1

method_mockFunction · 0.85

Tested by

no test coverage detected