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

Method leader_set_fixture

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

Source from the content-addressed store, hash-verified

90 ]
91 )
92 def leader_set_fixture(self, request):
93 tab_stop_cxml, new_value, expected_cxml = request.param
94 tab_stop = TabStop(element(tab_stop_cxml))
95 value = None if new_value is None else getattr(WD_TAB_LEADER, new_value)
96 expected_xml = xml(expected_cxml)
97 return tab_stop, value, expected_xml
98
99 @pytest.fixture
100 def position_get_fixture(self, request):

Callers

nothing calls this directly

Calls 3

TabStopClass · 0.90
elementFunction · 0.85
xmlFunction · 0.85

Tested by

no test coverage detected