MCPcopy 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

findNamedTypeMethod · 0.80
get_classMethod · 0.80

Calls 2

getMethod · 0.45
qualifiedNameMethod · 0.45

Tested by

no test coverage detected