Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lutzroeder/netron
/ _instantiate
Method
_instantiate
source/python.js:4301–4303 ·
view source on GitHub ↗
(cls, args)
Source
from the content-addressed store, hash-verified
4299
return
execution.resolve(`${module}.${name}`);
4300
}
4301
_instantiate(cls, args) {
4302
return
execution.invoke(cls, args);
4303
}
4304
_newobj(cls, args) {
4305
// cls.__new__(cls, args)
4306
return
execution.invoke(cls, args);
Callers
1
load
Method · 0.80
Calls
1
invoke
Method · 0.45
Tested by
no test coverage detected