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

Method version_text

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

Source from the content-addressed store, hash-verified

183
184 @property
185 def version_text(self) -> str:
186 return self._text_of_element("version")
187
188 @version_text.setter
189 def version_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