(self, request: FixtureRequest)
| 528 | |
| 529 | @pytest.fixture |
| 530 | def _Footer_(self, request: FixtureRequest): |
| 531 | return class_mock(request, "docx.section._Footer") |
| 532 | |
| 533 | @pytest.fixture |
| 534 | def footer_(self, request: FixtureRequest): |
nothing calls this directly
no test coverage detected