Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
6
def
absjoin(*paths: str) -> str:
7
return
os.path.abspath(os.path.join(*paths))
8
9
10
thisdir: str = os.path.split(__file__)[0]
Callers
3
helpers.py
File · 0.70
test_docx
Function · 0.70
test_file
Function · 0.70
Calls
no outgoing calls
Tested by
2
test_docx
Function · 0.56
test_file
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…