MCPcopy
hub / github.com/lutzroeder/netron / addContainedType

Method addContainedType

source/python.js:11423–11425  ·  view source on GitHub ↗
(alias_info)

Source from the content-addressed store, hash-verified

11421 this.after_set.push(value);
11422 }
11423 addContainedType(alias_info) {
11424 this.containedTypes.push(alias_info);
11425 }
11426 str() {
11427 const list = ['('];
11428 list.push(this.before_set.join('|'));

Callers 2

parseArgumentMethod · 0.80
parseFakeAndRealTypeMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected