Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
315
def
_get_pkg_config_executable():
316
return
_os.environ.get(
'PKG_CONFIG'
,
'pkg-config'
)
317
318
319
def
_has_pkg_config(pkgname):
Callers
2
_has_pkg_config
Function · 0.85
_read_pkg_config_variable
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected