MCPcopy Create free account
hub / github.com/lutzroeder/netron / is_varret

Method is_varret

source/python.js:6418–6421  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6416 return this._is_vararg;
6417 }
6418 get is_varret() {
6419 this._parse();
6420 return this._is_varret;
6421 }
6422 argumentIndexWithName(name) {
6423 const index = this.arguments.findIndex((arg) => arg.name === name);
6424 return index === -1 ? null : index;

Callers

nothing calls this directly

Calls 1

_parseMethod · 0.80

Tested by

no test coverage detected