()
| 41 | delete Module.ENV.PATH; |
| 42 | }, |
| 43 | onRuntimeInitialized() { |
| 44 | initializeStreams(Module.FS); |
| 45 | }, |
| 46 | // Ensure that sys.executable, sys._base_executable, etc point to python.sh |
| 47 | // not to this file. To properly handle symlinks, python.sh needs to compute |
| 48 | // its own path. |
nothing calls this directly
no test coverage detected
searching dependent graphs…