(self, request, chart_format_)
| 162 | |
| 163 | @pytest.fixture |
| 164 | def ChartFormat_(self, request, chart_format_): |
| 165 | return class_mock(request, "pptx.chart.point.ChartFormat", return_value=chart_format_) |
| 166 | |
| 167 | @pytest.fixture |
| 168 | def chart_format_(self, request): |
nothing calls this directly
no test coverage detected