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

Method qualifiedName

source/python.js:13611–13613  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13609 this._name = index === -1 ? name : name.substring(index + 1);
13610 }
13611 qualifiedName() {
13612 return this._qualifiedName; // "foo.bar.baz"
13613 }
13614 prefix() {
13615 return this._prefix; // "foo.bar"
13616 }

Callers 12

constructorMethod · 0.45
annotation_strMethod · 0.45
constructorMethod · 0.45
loadTypeMethod · 0.45
findNamedTypeMethod · 0.45
importClassMethod · 0.45
importNamedTupleMethod · 0.45
findFunctionMethod · 0.45
register_functionMethod · 0.45
get_typeMethod · 0.45
find_functionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected