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

Method contentStatus_text

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

Source from the content-addressed store, hash-verified

75
76 @property
77 def contentStatus_text(self) -> str:
78 return self._text_of_element("contentStatus")
79
80 @contentStatus_text.setter
81 def contentStatus_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