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

Method document_part_

tests/test_table.py:313–314  ·  view source on GitHub ↗
(self, request: FixtureRequest)

Source from the content-addressed store, hash-verified

311
312 @pytest.fixture
313 def document_part_(self, request: FixtureRequest):
314 return instance_mock(request, DocumentPart)
315
316 @pytest.fixture
317 def part_prop_(self, request: FixtureRequest):

Callers

nothing calls this directly

Calls 1

instance_mockFunction · 0.85

Tested by

no test coverage detected