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

Method output

source/python.js:8971–8973  ·  view source on GitHub ↗
(result, type_expr)

Source from the content-addressed store, hash-verified

8969 this._root.prepend(n);
8970 }
8971 output(result, type_expr) {
8972 return this.create_node('output', 'output', new builtins.tuple(result), null, type_expr);
8973 }
8974 _target_to_str(target) {
8975 if (typeof target === 'string') {
8976 if (target.startsWith('__') && target.endsWith('__')) {

Callers 15

constructorMethod · 0.45
combineConcatsMethod · 0.45
optimizeBlockMethod · 0.45
createNoneMethod · 0.45
createUninitializedMethod · 0.45
createEnumValueMethod · 0.45
createListMethod · 0.45
createTupleMethod · 0.45
createTupleIndexMethod · 0.45
createTupleSliceMethod · 0.45
createDictMethod · 0.45
createObjectMethod · 0.45

Calls 1

create_nodeMethod · 0.45

Tested by

no test coverage detected