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

Method level_set_fixture

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

Source from the content-addressed store, hash-verified

1021 ]
1022 )
1023 def level_set_fixture(self, request):
1024 p_cxml, new_value, expected_p_cxml = request.param
1025 paragraph = _Paragraph(element(p_cxml), None)
1026 expected_xml = xml(expected_p_cxml)
1027 return paragraph, new_value, expected_xml
1028
1029 @pytest.fixture(
1030 params=[

Callers

nothing calls this directly

Calls 3

_ParagraphClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected