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

Method containedTypes

source/python.js:10409–10411  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10407 return this.equals(rhs);
10408 }
10409 containedTypes() {
10410 return [];
10411 }
10412 containedType(i) {
10413 return this.containedTypes()[i];
10414 }

Callers 9

unshapedTypeMethod · 0.80
isSubtypeOfMethod · 0.80
containedTypeMethod · 0.80
withContainedMethod · 0.80
constructorMethod · 0.80
equalsMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected