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

Method Section_

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

Source from the content-addressed store, hash-verified

359
360 @pytest.fixture
361 def Section_(self, request: FixtureRequest):
362 return class_mock(request, "docx.document.Section")
363
364 @pytest.fixture
365 def section_(self, request: FixtureRequest):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected