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

Function absjoin

features/steps/helpers.py:6–7  ·  view source on GitHub ↗
(*paths: str)

Source from the content-addressed store, hash-verified

4
5
6def absjoin(*paths: str) -> str:
7 return os.path.abspath(os.path.join(*paths))
8
9
10thisdir: str = os.path.split(__file__)[0]

Callers 3

helpers.pyFile · 0.70
test_docxFunction · 0.70
test_fileFunction · 0.70

Calls

no outgoing calls

Tested by 2

test_docxFunction · 0.56
test_fileFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…