(self, request, format_)
| 836 | |
| 837 | @pytest.fixture |
| 838 | def ChartFormat_(self, request, format_): |
| 839 | return class_mock(request, "pptx.chart.axis.ChartFormat", return_value=format_) |
| 840 | |
| 841 | @pytest.fixture |
| 842 | def format_(self, request): |
nothing calls this directly
no test coverage detected