(self, request: FixtureRequest)
| 156 | |
| 157 | @pytest.fixture |
| 158 | def Image_(self, request: FixtureRequest): |
| 159 | return class_mock(request, "docx.package.Image") |
| 160 | |
| 161 | @pytest.fixture |
| 162 | def image_(self, request: FixtureRequest): |
nothing calls this directly
no test coverage detected