Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ prefix
Method
prefix
source/python.js:13614–13616 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13612
return
this._qualifiedName;
// "foo.bar.baz"
13613
}
13614
prefix() {
13615
return
this._prefix;
// "foo.bar"
13616
}
13617
name() {
13618
return
this._name;
// "baz"
13619
}
Callers
4
findNamedType
Method · 0.45
importClass
Method · 0.45
findFunction
Method · 0.45
create_module_object
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected