Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ _get_name
Method
_get_name
source/python.js:6103–6105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6101
return
this._buffers;
6102
}
6103
_get_name() {
6104
return
this.__class__.__name__;
6105
}
6106
add_module(name, module) {
6107
this._modules.set(name, module);
6108
}
Callers
1
trace
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected