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

Function test_docx

features/steps/helpers.py:27–29  ·  view source on GitHub ↗

Return the absolute path to test .docx file with root name `name`.

(name: str)

Source from the content-addressed store, hash-verified

25
26
27def test_docx(name: str):
28 """Return the absolute path to test .docx file with root name `name`."""
29 return absjoin(thisdir, "test_files", "%s.docx" % name)
30
31
32def test_file(name: str):

Calls 1

absjoinFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…