(self, request, chart_format_)
| 73 | |
| 74 | @pytest.fixture |
| 75 | def ChartFormat_(self, request, chart_format_): |
| 76 | return class_mock(request, "pptx.chart.series.ChartFormat", return_value=chart_format_) |
| 77 | |
| 78 | @pytest.fixture |
| 79 | def chart_format_(self, request): |
nothing calls this directly
no test coverage detected