MCPcopy Create free account
hub / github.com/scanny/python-pptx / it_can_change_its_text

Method it_can_change_its_text

tests/text/test_text.py:1171–1174  ·  view source on GitHub ↗
(self, r_cxml, new_value, expected_r_cxml)

Source from the content-addressed store, hash-verified

1169 ),
1170 )
1171 def it_can_change_its_text(self, r_cxml, new_value, expected_r_cxml):
1172 run = _Run(element(r_cxml), None)
1173 run.text = new_value
1174 assert run._r.xml == xml(expected_r_cxml)
1175
1176 # fixtures ---------------------------------------------
1177

Callers

nothing calls this directly

Calls 3

_RunClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected