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

Method clear_all_fixture

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

Source from the content-addressed store, hash-verified

200 ]
201 )
202 def clear_all_fixture(self, request):
203 pPr_cxml = request.param
204 tab_stops = TabStops(element(pPr_cxml))
205 expected_xml = xml("w:pPr")
206 return tab_stops, expected_xml
207
208 @pytest.fixture(
209 params=[

Callers

nothing calls this directly

Calls 3

TabStopsClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected