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

Method name_set_fixture

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

Source from the content-addressed store, hash-verified

618 ]
619 )
620 def name_set_fixture(self, request):
621 rPr_cxml, new_value, expected_rPr_cxml = request.param
622 font = Font(element(rPr_cxml))
623 expected_xml = xml(expected_rPr_cxml)
624 return font, new_value, expected_xml
625
626 @pytest.fixture(params=[("a:rPr", None), ("a:rPr{sz=2400}", 304800)])
627 def size_get_fixture(self, request):

Callers

nothing calls this directly

Calls 3

FontClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected