Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
168
class
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
isatty
Method · 0.45
Tested by
no test coverage detected