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

Method comments

src/docx/parts/comments.py:33–35  ·  view source on GitHub ↗

A |Comments| proxy object for the `w:comments` root element of this part.

(self)

Source from the content-addressed store, hash-verified

31
32 @property
33 def comments(self) -> Comments:
34 """A |Comments| proxy object for the `w:comments` root element of this part."""
35 return Comments(self._comments, self)
36
37 @classmethod
38 def default(cls, package: Package) -> Self:

Callers

nothing calls this directly

Calls 1

CommentsClass · 0.90

Tested by

no test coverage detected