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

Method methods

source/python.js:10509–10511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10507 return method;
10508 }
10509 methods() {
10510 return this._methods;
10511 }
10512 addStaticMethod(func) {
10513 this._staticmethods.set(func.name, func);
10514 }

Callers 3

createWithContainedMethod · 0.80
find_methodMethod · 0.80
_method_namesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected