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

Method Section_

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

Source from the content-addressed store, hash-verified

107
108 @pytest.fixture
109 def Section_(self, request: FixtureRequest):
110 return class_mock(request, "docx.section.Section")
111
112 @pytest.fixture
113 def section_(self, request: FixtureRequest):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected