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

Method getValues

source/python.js:17395–17397  ·  view source on GitHub ↗
(trees, maybe_unpack)

Source from the content-addressed store, hash-verified

17393 return values;
17394 }
17395 getValues(trees, maybe_unpack) {
17396 return this.getNamedValues(trees, maybe_unpack).map((value) => value.value(this.graph));
17397 }
17398 emitExpr(tree, type_hint) {
17399 type_hint = type_hint || null;
17400 let out_val = this.emitSugaredExpr(tree, 1, type_hint).asValue(tree, this.method);

Callers 3

emitApplySpecialFormMethod · 0.80
emitSimpleExprMethod · 0.80
emitListLiteralMethod · 0.80

Calls 3

mapMethod · 0.80
getNamedValuesMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected