(self, request, chart_format_)
| 127 | |
| 128 | @pytest.fixture |
| 129 | def ChartFormat_(self, request, chart_format_): |
| 130 | return class_mock(request, "pptx.chart.marker.ChartFormat", return_value=chart_format_) |
| 131 | |
| 132 | @pytest.fixture |
| 133 | def chart_format_(self, request): |
nothing calls this directly
no test coverage detected