MCPcopy
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

constructorMethod · 0.45
deserialize_nodeMethod · 0.45
generate_getitemMethod · 0.45
generate_getitemsMethod · 0.45

Calls 3

setMethod · 0.45
addMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected