MCPcopy 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_attributesMethod · 0.80
_update_attributesMethod · 0.80
_filter_schemasFunction · 0.80
_check_typesFunction · 0.80
parse_functionsFunction · 0.80
_schemaFunction · 0.80
_metadata_propsMethod · 0.80
constructorMethod · 0.80
named_modulesMethod · 0.80
constructorMethod · 0.80
init_fnMethod · 0.80

Calls 11

numAttributesMethod · 0.80
getAttributeNameMethod · 0.80
is_moduleMethod · 0.80
__getattr__Method · 0.80
is_parameterMethod · 0.80
is_bufferMethod · 0.80
isSubtypeOfMethod · 0.80
typeMethod · 0.45
getAttributeMethod · 0.45
setMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected