(self, request, line_)
| 80 | |
| 81 | @pytest.fixture |
| 82 | def LineFormat_(self, request, line_): |
| 83 | return class_mock(request, "pptx.dml.chtfmt.LineFormat", return_value=line_) |
| 84 | |
| 85 | @pytest.fixture |
| 86 | def line_(self, request): |
nothing calls this directly
no test coverage detected