Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
load
Method · 0.80
_open
Function · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected