Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ items
Method
items
source/python.js:66–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
return
null;
65
}
66
items() {
67
return
Array.from(this);
68
}
69
update(other) {
70
for
(
const
[key, value] of other) {
71
this.set(key, value);
Callers
12
_update_attributes
Method · 0.80
_update_attributes
Method · 0.80
_filter_schemas
Function · 0.80
_check_types
Function · 0.80
parse_functions
Function · 0.80
_schema
Function · 0.80
_metadata_props
Method · 0.80
constructor
Method · 0.80
named_modules
Method · 0.80
constructor
Method · 0.80
init_fn
Method · 0.80
_finalize_scriptmodule
Method · 0.80
Calls
11
numAttributes
Method · 0.80
getAttributeName
Method · 0.80
is_module
Method · 0.80
__getattr__
Method · 0.80
is_parameter
Method · 0.80
is_buffer
Method · 0.80
isSubtypeOf
Method · 0.80
type
Method · 0.45
getAttribute
Method · 0.45
set
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected