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

Method asValue

source/python.js:15635–15637  ·  view source on GitHub ↗
(/* range, m */)

Source from the content-addressed store, hash-verified

15633 return `value of type '${this._value.type().annotation_str}'`;
15634 }
15635 asValue(/* range, m */) {
15636 return this._value;
15637 }
15638 getValue() {
15639 return this._value;
15640 }

Callers 7

getVarMethod · 0.80
callMethod · 0.80
emitLoopCommonMethod · 0.80
emitSelectAssignMethod · 0.80
emitExprMethod · 0.80
emitApplySpecialFormMethod · 0.80
emitSubscriptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected