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

Method run_mark_comment_range_

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

Source from the content-addressed store, hash-verified

355
356 @pytest.fixture
357 def run_mark_comment_range_(self, request: FixtureRequest):
358 return method_mock(request, Run, "mark_comment_range")
359
360 @pytest.fixture
361 def Section_(self, request: FixtureRequest):

Callers

nothing calls this directly

Calls 1

method_mockFunction · 0.85

Tested by

no test coverage detected