(self, request: FixtureRequest)
| 294 | |
| 295 | @pytest.fixture |
| 296 | def _Body_(self, request: FixtureRequest): |
| 297 | return class_mock(request, "docx.document._Body") |
| 298 | |
| 299 | @pytest.fixture |
| 300 | def body_(self, request: FixtureRequest): |
nothing calls this directly
no test coverage detected