MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / init_native_environment

Function init_native_environment

aura/python_executor.py:118–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116
117
118def init_native_environment():
119 global NATIVE_ENVIRONMENT_CACHE
120 NATIVE_ENVIRONMENT_CACHE = execute_interpreter(command=[python_src_inspector.__file__, '--environment-only'], interpreter=sys.executable)
121
122
123init_native_environment()

Callers 1

python_executor.pyFile · 0.85

Calls 1

execute_interpreterFunction · 0.85

Tested by

no test coverage detected