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

Method numAttributes

source/python.js:10541–10543  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10539 return null;
10540 }
10541 numAttributes() {
10542 return this._attributes.length;
10543 }
10544 addAttribute(name, type, is_parameter, is_buffer) {
10545 is_parameter = is_parameter || false;
10546 is_buffer = is_buffer || false;

Callers 6

createWithContainedMethod · 0.80
convertObjectMethod · 0.80
__setstate__Method · 0.80
itemsMethod · 0.80
constructorMethod · 0.80
weightsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected