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

Method leader_get_fixture

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

Source from the content-addressed store, hash-verified

74 ]
75 )
76 def leader_get_fixture(self, request):
77 tab_stop_cxml, member = request.param
78 tab_stop = TabStop(element(tab_stop_cxml))
79 expected_value = getattr(WD_TAB_LEADER, member)
80 return tab_stop, expected_value
81
82 @pytest.fixture(
83 params=[

Callers

nothing calls this directly

Calls 2

TabStopClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected