MCPcopy Index your code
hub / github.com/python-openxml/python-docx / _add_paragraph

Method _add_paragraph

src/docx/blkcntnr.py:99–101  ·  view source on GitHub ↗

Return paragraph newly added to the end of the content in this container.

(self)

Source from the content-addressed store, hash-verified

97 return [Table(tbl, self) for tbl in self._element.tbl_lst]
98
99 def _add_paragraph(self):
100 """Return paragraph newly added to the end of the content in this container."""
101 return Paragraph(self._element.add_p(), self)

Callers 2

add_paragraphMethod · 0.95

Calls 1

ParagraphClass · 0.90

Tested by 1