A |Comments| proxy object for the `w:comments` root element of this part.
(self)
| 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: |