MCPcopy Index your code
hub / github.com/python-openxml/python-docx / _Header_

Method _Header_

tests/test_section.py:538–539  ·  view source on GitHub ↗
(self, request: FixtureRequest)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected