(self, request, format_)
| 771 | |
| 772 | @pytest.fixture |
| 773 | def ChartFormat_(self, request, format_): |
| 774 | return class_mock(request, "pptx.chart.axis.ChartFormat", return_value=format_) |
| 775 | |
| 776 | @pytest.fixture |
| 777 | def format_(self, request): |
nothing calls this directly
no test coverage detected