Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
16
def
absjoin(*paths: str) -> str:
17
return
os.path.abspath(os.path.join(*paths))
18
19
20
def
docx_path(name: str):
Callers
3
docx_path
Function · 0.70
test_file
Function · 0.70
test_phys_pkg.py
File · 0.50
Calls
no outgoing calls
Tested by
1
test_file
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…