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

Method returns

source/python.js:6410–6413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6408 return this._arguments;
6409 }
6410 get returns() {
6411 this._parse();
6412 return this._returns;
6413 }
6414 get is_vararg() {
6415 this._parse();
6416 return this._is_vararg;

Callers

nothing calls this directly

Calls 1

_parseMethod · 0.80

Tested by

no test coverage detected