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

Method is_parameter

source/python.js:10484–10486  ·  view source on GitHub ↗
(slot)

Source from the content-addressed store, hash-verified

10482 return this._is_module;
10483 }
10484 is_parameter(slot) {
10485 return this._attributes[slot].is_parameter === true;
10486 }
10487 is_buffer(slot) {
10488 return this._attributes[slot].is_buffer === true;
10489 }

Callers 2

itemsMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected