MCPcopy
hub / github.com/pyodide/pyodide / setStderr

Function setStderr

src/js/streams.ts:557–559  ·  view source on GitHub ↗
(options?: StdWriteOpts | {})

Source from the content-addressed store, hash-verified

555 * `Writer` provides the most flexibility and the best performance.
556 */
557export function setStderr(options?: StdWriteOpts | {}) {
558 _setStdwrite(options ?? {}, _setStderrOps, _getStderrDefaults);
559}
560
561const _TextEncoder = globalThis.TextEncoder ?? function () {};
562const textencoder = new _TextEncoder();

Callers 1

streams.tsFile · 0.85

Calls 1

_setStdwriteFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…