MCPcopy Index your code
hub / github.com/python-openxml/python-docx / clear_fixture

Method clear_fixture

tests/text/test_paragraph.py:263–267  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

261 ]
262 )
263 def clear_fixture(self, request):
264 initial_cxml, expected_cxml = request.param
265 paragraph = Paragraph(element(initial_cxml), None)
266 expected_xml = xml(expected_cxml)
267 return paragraph, expected_xml
268
269 @pytest.fixture(
270 params=[

Callers

nothing calls this directly

Calls 3

ParagraphClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected