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

Method after_set_fixture

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

Source from the content-addressed store, hash-verified

929 ]
930 )
931 def after_set_fixture(self, request):
932 p_cxml, new_value, expected_p_cxml = request.param
933 paragraph = _Paragraph(element(p_cxml), None)
934 expected_xml = xml(expected_p_cxml)
935 return paragraph, new_value, expected_xml
936
937 @pytest.fixture(
938 params=[

Callers

nothing calls this directly

Calls 3

_ParagraphClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected