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

Method del_fixture

tests/text/test_tabstops.py:223–227  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

221 ]
222 )
223 def del_fixture(self, request):
224 pPr_cxml, idx, expected_cxml = request.param
225 tab_stops = TabStops(element(pPr_cxml))
226 expected_xml = xml(expected_cxml)
227 return tab_stops, idx, expected_xml
228
229 @pytest.fixture(
230 params=[

Callers

nothing calls this directly

Calls 3

TabStopsClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected