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

Function append_library_dir

python/pyarrow/__init__.py:402–404  ·  view source on GitHub ↗
(library_dir)

Source from the content-addressed store, hash-verified

400 library_dirs = [package_cwd]
401
402 def append_library_dir(library_dir):
403 if library_dir not in library_dirs:
404 library_dirs.append(library_dir)
405
406 # Search library paths via pkg-config. This is necessary if the user
407 # installed libarrow and the other shared libraries manually and they

Callers 1

get_library_dirsFunction · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected