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

Method _method_names

source/python.js:16492–16494  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16490 return this.find_method(name) ? true : false;
16491 }
16492 _method_names() {
16493 return this.type().methods().map((fn) => fn.name());
16494 }
16495 __setattr__(name, value) {
16496 // if (this._type.hasContant(name))
16497 this._ivalue[name] = value;

Callers

nothing calls this directly

Calls 4

mapMethod · 0.80
methodsMethod · 0.80
typeMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected