Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ identifier_text
Method
identifier_text
src/pptx/oxml/coreprops.py:93–94 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
91
92
@property
93
def
identifier_text(self) -> str:
94
return
self._text_of_element(
"identifier"
)
95
96
@identifier_text.setter
97
def
identifier_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