MCPcopy Index your code
hub / github.com/lutzroeder/netron / get_class

Method get_class

source/python.js:18092–18094  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

18090 return this._classes.get(name.qualifiedName());
18091 }
18092 get_class(name) {
18093 return this.get_type(name);
18094 }
18095 find_function(name) {
18096 const key = name.qualifiedName();
18097 return this._functions.get(key);

Callers 2

create_module_objectMethod · 0.80

Calls 1

get_typeMethod · 0.80

Tested by

no test coverage detected