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

Method alignment_set_fixture

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

Source from the content-addressed store, hash-verified

954 ]
955 )
956 def alignment_set_fixture(self, request):
957 p_cxml, new_value, expected_p_cxml = request.param
958 paragraph = _Paragraph(element(p_cxml), None)
959 expected_xml = xml(expected_p_cxml)
960 return paragraph, new_value, expected_xml
961
962 @pytest.fixture(
963 params=[

Callers

nothing calls this directly

Calls 3

_ParagraphClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected