Proxy object wrapping ` ` element.
| 250 | |
| 251 | |
| 252 | class _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 |
no outgoing calls
no test coverage detected
searching dependent graphs…