Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ stream
Method
stream
source/python.js:22568–22571 ·
view source on GitHub ↗
(length)
Source
from the content-addressed store, hash-verified
22566
}
22567
22568
stream(length) {
22569
const
buffer = this.read(length);
22570
return
new
python.BinaryReader(buffer);
22571
}
22572
22573
peek(length) {
22574
const
position = this._position;
Callers
4
read
Method · 0.45
stream
Method · 0.45
_set_from_file
Method · 0.45
_new_with_file
Method · 0.45
Calls
3
read
Method · 0.45
seek
Method · 0.45
skip
Method · 0.45
Tested by
no test coverage detected