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

Class _Text

src/docx/text/run.py:252–257  ·  view source on GitHub ↗

Proxy object wrapping ` ` element.

Source from the content-addressed store, hash-verified

250
251
252class _Text:
253 """Proxy object wrapping `<w:t>` element."""
254
255 def __init__(self, t_elm: CT_Text):
256 super(_Text, self).__init__()
257 self._t = t_elm

Callers 1

add_textMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…