Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ _has_method
Method
_has_method
source/python.js:16489–16491 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
16487
return
null;
16488
}
16489
_has_method(name) {
16490
return
this.find_method(name) ? true : false;
16491
}
16492
_method_names() {
16493
return
this.
type
().methods().map((fn) => fn.name());
16494
}
Callers
3
__getattr__
Method · 0.80
constructor
Method · 0.80
read
Method · 0.80
Calls
1
find_method
Method · 0.80
Tested by
no test coverage detected