MCPcopy Create free account
hub / github.com/scanny/python-pptx / keywords_text

Method keywords_text

src/pptx/oxml/coreprops.py:101–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

99
100 @property
101 def keywords_text(self) -> str:
102 return self._text_of_element("keywords")
103
104 @keywords_text.setter
105 def keywords_text(self, value: str):

Callers

nothing calls this directly

Calls 2

_text_of_elementMethod · 0.95
_set_element_textMethod · 0.95

Tested by

no test coverage detected