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

Method constructor

Platforms/emscripten/streams.mjs:169–172  ·  view source on GitHub ↗
(nodeStream)

Source from the content-addressed store, hash-verified

167
168class NodeReader {
169 constructor(nodeStream) {
170 this.nodeStream = nodeStream;
171 this.isatty = tty.isatty(nodeStream.fd);
172 }
173
174 read(buffer) {
175 try {

Callers

nothing calls this directly

Calls 1

isattyMethod · 0.45

Tested by

no test coverage detected