MCPcopy Create free account
hub / github.com/apache/arrow / arrow_path

Function arrow_path

dev/archery/archery/utils/source.py:33–37  ·  view source on GitHub ↗

Return full path to a file given its path inside the Arrow repo.

(path)

Source from the content-addressed store, hash-verified

31
32
33def arrow_path(path):
34 """
35 Return full path to a file given its path inside the Arrow repo.
36 """
37 return os.path.join(ARROW_ROOT_DEFAULT, path)
38
39
40class InvalidArrowSource(Exception):

Callers 1

_buildMethod · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected