MCPcopy
hub / github.com/lutzroeder/netron / extend

Method extend

source/python.js:2351–2353  ·  view source on GitHub ↗
(items)

Source from the content-addressed store, hash-verified

2349 this.push(item);
2350 }
2351 extend(items) {
2352 this.push(...items);
2353 }
2354 });
2355 this.registerType('builtins.number', class {});
2356 this.registerFunction('builtins.__import__', (name, globals, locals, fromlist, level) => {

Callers 2

loadMethod · 0.80
_openFunction · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected