()
| 116 | |
| 117 | |
| 118 | def 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 | |
| 123 | init_native_environment() |
no test coverage detected