MCPcopy Index your code
hub / github.com/python/cpython / onRuntimeInitialized

Function onRuntimeInitialized

Platforms/emscripten/node_entry.mjs:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

initializeStreamsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…