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

Method paragraphs

src/docx/blkcntnr.py:82–87  ·  view source on GitHub ↗

A list containing the paragraphs in this container, in document order. Read-only.

(self)

Source from the content-addressed store, hash-verified

80
81 @property
82 def paragraphs(self):
83 """A list containing the paragraphs in this container, in document order.
84
85 Read-only.
86 """
87 return [Paragraph(p, self) for p in self._element.p_lst]
88
89 @property
90 def tables(self):

Callers

nothing calls this directly

Calls 1

ParagraphClass · 0.90

Tested by

no test coverage detected