Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
TabStops
Class · 0.90
element
Function · 0.85
xml
Function · 0.85
Tested by
no test coverage detected