Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ author_text
Method
author_text
src/pptx/oxml/coreprops.py:53–54 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
51
52
@property
53
def
author_text(self) -> str:
54
return
self._text_of_element(
"creator"
)
55
56
@author_text.setter
57
def
author_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