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

Method _Body_

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

Source from the content-addressed store, hash-verified

294
295 @pytest.fixture
296 def _Body_(self, request: FixtureRequest):
297 return class_mock(request, "docx.document._Body")
298
299 @pytest.fixture
300 def body_(self, request: FixtureRequest):

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected