Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lutzroeder/netron
/ update
Method
update
source/python.js:69–73 ·
view source on GitHub ↗
(other)
Source
from the content-addressed store, hash-verified
67
return
Array.from(this);
68
}
69
update(other) {
70
for
(
const
[key, value] of other) {
71
this.set(key, value);
72
}
73
}
74
};
75
this._modules =
new
dict();
76
this._registry =
new
Map();
Callers
4
constructor
Method · 0.45
deserialize_node
Method · 0.45
generate_getitem
Method · 0.45
generate_getitems
Method · 0.45
Calls
3
set
Method · 0.45
add
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected