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

Function _get_pkg_config_executable

python/pyarrow/__init__.py:315–316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

313
314
315def _get_pkg_config_executable():
316 return _os.environ.get('PKG_CONFIG', 'pkg-config')
317
318
319def _has_pkg_config(pkgname):

Callers 2

_has_pkg_configFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected