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

Method Sections_

tests/test_document.py:369–370  ·  view source on GitHub ↗
(self, request: FixtureRequest)

Source from the content-addressed store, hash-verified

367
368 @pytest.fixture
369 def Sections_(self, request: FixtureRequest):
370 return class_mock(request, "docx.document.Sections")
371
372 @pytest.fixture
373 def sections_(self, request: FixtureRequest):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected