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

Method createWithContained

source/python.js:10423–10425  ·  view source on GitHub ↗
(/* createWithContained */)

Source from the content-addressed store, hash-verified

10421 return this.createWithContained(contained_types);
10422 }
10423 createWithContained(/* createWithContained */) {
10424 throw new python.Error('Not implemented.');
10425 }
10426 isUnionType() {
10427 return false;
10428 }

Callers 1

withContainedMethod · 0.80

Calls 9

is_moduleMethod · 0.80
numAttributesMethod · 0.80
isSubtypeOfMethod · 0.80
methodsMethod · 0.80
addMethodMethod · 0.80
schemaMethod · 0.80
createMethod · 0.45
nameMethod · 0.45
addAttributeMethod · 0.45

Tested by

no test coverage detected