Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python-openxml/python-docx
/ _inline_lst
Method
_inline_lst
src/docx/shape.py:45–48 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
44
@property
45
def
_inline_lst(self):
46
body = self._body
47
xpath =
"//w:p/w:r/w:drawing/wp:inline"
48
return
body.xpath(xpath)
49
50
51
class
InlineShape:
Callers
nothing calls this directly
Calls
1
xpath
Method · 0.80
Tested by
no test coverage detected