Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ parameters
Method
parameters
source/python.js:6085–6087 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6083
return
this._modules;
6084
}
6085
parameters() {
6086
return
this._parameters.values();
6087
}
6088
named_parameters(recurse) {
6089
if
(recurse) {
6090
throw
new
python.Error(
'Named parameters with recurse not implemented.'
);
Callers
nothing calls this directly
Calls
1
values
Method · 0.45
Tested by
no test coverage detected