Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lutzroeder/netron
/ __setitem__
Method
__setitem__
source/python.js:35–37 ·
view source on GitHub ↗
(key, value)
Source
from the content-addressed store, hash-verified
33
return
this.has(key);
34
}
35
__setitem__(key, value) {
36
this.set(key, value);
37
}
38
__getitem__(key) {
39
if
(!super.has(key)) {
40
throw
new
python.Error(`KeyError: ${key}`);
Callers
4
constructor
Method · 0.80
__setstate__
Method · 0.80
load
Method · 0.80
map_aggregate
Method · 0.80
Calls
1
set
Method · 0.45
Tested by
no test coverage detected