(self, request: FixtureRequest)
| 536 | |
| 537 | @pytest.fixture |
| 538 | def _Header_(self, request: FixtureRequest): |
| 539 | return class_mock(request, "docx.section._Header") |
| 540 | |
| 541 | @pytest.fixture |
| 542 | def header_(self, request: FixtureRequest): |
nothing calls this directly
no test coverage detected