(self, request, format_)
| 665 | |
| 666 | @pytest.fixture |
| 667 | def ChartFormat_(self, request, format_): |
| 668 | return class_mock(request, "pptx.chart.axis.ChartFormat", return_value=format_) |
| 669 | |
| 670 | @pytest.fixture |
| 671 | def format_(self, request): |
nothing calls this directly
no test coverage detected