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

Function test_file

tests/unitutil/file.py:52–56  ·  view source on GitHub ↗

Return the absolute path to test file having `name`.

(name: str)

Source from the content-addressed store, hash-verified

50
51
52def test_file(name: str):
53 """
54 Return the absolute path to test file having `name`.
55 """
56 return absjoin(test_file_dir, name)

Calls 1

absjoinFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…