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

Method Comments_

tests/parts/test_comments.py:70–71  ·  view source on GitHub ↗
(self, request: FixtureRequest)

Source from the content-addressed store, hash-verified

68
69 @pytest.fixture
70 def Comments_(self, request: FixtureRequest) -> Mock:
71 return class_mock(request, "docx.parts.comments.Comments")
72
73 @pytest.fixture
74 def comments_(self, request: FixtureRequest) -> Mock:

Callers

nothing calls this directly

Calls 1

class_mockFunction · 0.85

Tested by

no test coverage detected