MCPcopy 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

findNamedTypeMethod · 0.45
importClassMethod · 0.45
findFunctionMethod · 0.45
create_module_objectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected