MCPcopy 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
constructorMethod · 0.80
readMethod · 0.80

Calls 1

find_methodMethod · 0.80

Tested by

no test coverage detected