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

Method title_text

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

Source from the content-addressed store, hash-verified

175
176 @property
177 def title_text(self) -> str:
178 return self._text_of_element("title")
179
180 @title_text.setter
181 def title_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