Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ get_type
Method
get_type
source/python.js:18089–18091 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
18087
throw
new
python.Error(
'Invalid arguments.'
);
18088
}
18089
get_type(name) {
18090
return
this._classes.get(name.qualifiedName());
18091
}
18092
get_class(name) {
18093
return
this.get_type(name);
18094
}
Callers
2
findNamedType
Method · 0.80
get_class
Method · 0.80
Calls
2
get
Method · 0.45
qualifiedName
Method · 0.45
Tested by
no test coverage detected