Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ environment_for_gdb
Function
environment_for_gdb
python/pyarrow/tests/test_gdb.py:42–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
41
42
def
environment_for_gdb():
43
env = {}
44
for
var in [
'PATH'
,
'LD_LIBRARY_PATH'
]:
45
try
:
46
env[var] = os.environ[var]
47
except
KeyError:
48
pass
49
return
env
50
51
52
@lru_cache()
Callers
2
is_gdb_available
Function · 0.85
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected