Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ comments_text
Method
comments_text
src/pptx/oxml/coreprops.py:69–70 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
67
68
@property
69
def
comments_text(self) -> str:
70
return
self._text_of_element(
"description"
)
71
72
@comments_text.setter
73
def
comments_text(self, value: str):
Callers
nothing calls this directly
Calls
2
_text_of_element
Method · 0.95
_set_element_text
Method · 0.95
Tested by
no test coverage detected