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

Function absjoin

tests/unitutil/file.py:16–17  ·  view source on GitHub ↗
(*paths: str)

Source from the content-addressed store, hash-verified

14
15
16def absjoin(*paths: str) -> str:
17 return os.path.abspath(os.path.join(*paths))
18
19
20def docx_path(name: str):

Callers 3

docx_pathFunction · 0.70
test_fileFunction · 0.70
test_phys_pkg.pyFile · 0.50

Calls

no outgoing calls

Tested by 1

test_fileFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…