Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
createWithContained
Method · 0.80
find_method
Method · 0.80
_method_names
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected