Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ stream
Method
stream
source/python.js:4314–4316 ·
view source on GitHub ↗
(size)
Source
from the content-addressed store, hash-verified
4312
return
this._reader.read(size);
4313
}
4314
stream(size) {
4315
return
this._reader.stream(size);
4316
}
4317
});
4318
this.registerType(
'random.Random'
,
class
{});
4319
this.registerType(
're.Pattern'
,
class
{
Callers
nothing calls this directly
Calls
1
stream
Method · 0.45
Tested by
no test coverage detected