MCPcopy
hub / github.com/python-openxml/python-docx / inner_content_elements

Method inner_content_elements

src/docx/oxml/comments.py:122–124  ·  view source on GitHub ↗

Generate all `w:p` and `w:tbl` elements in this comment.

(self)

Source from the content-addressed store, hash-verified

120
121 @property
122 def inner_content_elements(self) -> list[CT_P | CT_Tbl]:
123 """Generate all `w:p` and `w:tbl` elements in this comment."""
124 return self.xpath("./w:p | ./w:tbl")

Callers

nothing calls this directly

Calls 1

xpathMethod · 0.80

Tested by

no test coverage detected