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

Function stderr

Platforms/emscripten/web_example/python.worker.mjs:51–60  ·  view source on GitHub ↗
(charCode)

Source from the content-addressed store, hash-verified

49};
50
51const stderr = (charCode) => {
52 if (charCode) {
53 postMessage({
54 type: "stderr",
55 stderr: charCode,
56 });
57 } else {
58 console.log(typeof charCode, charCode);
59 }
60};
61
62const stdinBuffer = new StdinBuffer();
63

Callers

nothing calls this directly

Calls 1

logMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…