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

Method len_fixture

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

Source from the content-addressed store, hash-verified

314 ]
315 )
316 def len_fixture(self, request):
317 tab_stops_cxml, expected_value = request.param
318 tab_stops = TabStops(element(tab_stops_cxml))
319 return tab_stops, expected_value
320
321 # fixture components ---------------------------------------------
322

Callers

nothing calls this directly

Calls 2

TabStopsClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected