MCPcopy 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
10def absjoin(*paths: str):
11 return os.path.abspath(os.path.join(*paths))
12
13
14def snippet_bytes(snippet_file_name: str):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…