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

Function get_symlink_path

python/pyarrow/__init__.py:370–371  ·  view source on GitHub ↗
(hard_path)

Source from the content-addressed store, hash-verified

368 bundled_libs = glob.glob(_os.path.join(package_cwd, '*.so.*'))
369
370 def get_symlink_path(hard_path):
371 return hard_path.rsplit('.', 1)[0]
372 else:
373 bundled_libs = glob.glob(_os.path.join(package_cwd, '*.*.dylib'))
374

Callers 1

create_library_symlinksFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected