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

Method add_tab_fixture

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

Source from the content-addressed store, hash-verified

273 ]
274 )
275 def add_tab_fixture(self, request):
276 pPr_cxml, position, kwargs, expected_cxml = request.param
277 tab_stops = TabStops(element(pPr_cxml))
278 expected_xml = xml(expected_cxml)
279 return tab_stops, position, kwargs, expected_xml
280
281 @pytest.fixture(
282 params=[

Callers

nothing calls this directly

Calls 3

TabStopsClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected