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

Method arguments

source/python.js:6406–6409  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6404 return this._overload_name;
6405 }
6406 get arguments() {
6407 this._parse();
6408 return this._arguments;
6409 }
6410 get returns() {
6411 this._parse();
6412 return this._returns;

Callers 1

tryCreateMethod · 0.80

Calls 1

_parseMethod · 0.80

Tested by

no test coverage detected