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

Method add_paragraph_

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

Source from the content-addressed store, hash-verified

290
291 @pytest.fixture
292 def add_paragraph_(self, request: FixtureRequest):
293 return method_mock(request, Document, "add_paragraph")
294
295 @pytest.fixture
296 def _Body_(self, request: FixtureRequest):

Callers

nothing calls this directly

Calls 1

method_mockFunction · 0.85

Tested by

no test coverage detected