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

Method underline_set_fixture

tests/text/test_text.py:661–665  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

659 ]
660 )
661 def underline_set_fixture(self, request):
662 rPr_cxml, new_value, expected_rPr_cxml = request.param
663 font = Font(element(rPr_cxml))
664 expected_xml = xml(expected_rPr_cxml)
665 return font, new_value, expected_xml
666
667 # fixture components ---------------------------------------------
668

Callers

nothing calls this directly

Calls 3

FontClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected