Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scanny/python-pptx
/ absjoin
Function
absjoin
tests/unitutil/file.py:10–11 ·
view source on GitHub ↗
(*paths: str)
Source
from the content-addressed store, hash-verified
8
9
10
def
absjoin(*paths: str):
11
return
os.path.abspath(os.path.join(*paths))
12
13
14
def
snippet_bytes(snippet_file_name: str):
Callers
6
testfile
Function · 0.70
test_media.py
File · 0.50
it_knows_the_minimal_element_xml_for_a_slide
Method · 0.50
test_image.py
File · 0.50
test_serialized.py
File · 0.50
it_can_load_a_blob_from_a_file_path_to_help
Method · 0.50
Calls
no outgoing calls
Tested by
2
it_knows_the_minimal_element_xml_for_a_slide
Method · 0.40
it_can_load_a_blob_from_a_file_path_to_help
Method · 0.40
Used in the wild
real call sites across dependent graphs
searching dependent graphs…