MCPcopy 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
42def 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_availableFunction · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected