Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-openxml/python-docx
/ get_child_element
Method
get_child_element
src/docx/oxml/xmlchemy.py:380–381 ·
view source on GitHub ↗
(obj: BaseOxmlElement)
Source
from the content-addressed store, hash-verified
378
""
"
379
380
def
get_child_element(obj: BaseOxmlElement):
381
return
obj.find(qn(self._nsptagname))
382
383
get_child_element.__doc__ = (
384
"``<%s>`` child element or |None| if not present."
% self._nsptagname
Callers
nothing calls this directly
Calls
1
qn
Function · 0.90
Tested by
no test coverage detected