(self, request, slide_layout_part_)
| 696 | |
| 697 | @pytest.fixture |
| 698 | def part_prop_(self, request, slide_layout_part_): |
| 699 | return property_mock(request, SlideLayout, "part", return_value=slide_layout_part_) |
| 700 | |
| 701 | @pytest.fixture |
| 702 | def placeholder_(self, request): |
nothing calls this directly
no test coverage detected