Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-openxml/python-docx
/ _clark_name
Method
_clark_name
src/docx/oxml/xmlchemy.py:140–143 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
138
139
@property
140
def
_clark_name(self):
141
if
":"
in self._attr_name:
142
return
qn(self._attr_name)
143
return
self._attr_name
144
145
@property
146
def
_getter(self) -> Callable[[BaseOxmlElement], Any | None]: ...
Callers
nothing calls this directly
Calls
1
qn
Function · 0.90
Tested by
no test coverage detected