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

Method is_vararg

source/python.js:6414–6417  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6412 return this._returns;
6413 }
6414 get is_vararg() {
6415 this._parse();
6416 return this._is_vararg;
6417 }
6418 get is_varret() {
6419 this._parse();
6420 return this._is_varret;

Callers

nothing calls this directly

Calls 1

_parseMethod · 0.80

Tested by

no test coverage detected