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

Method str

source/python.js:2779–2781  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2777 }
2778 }
2779 get str() {
2780 return (this.byteorder === '=' ? '<' : this.byteorder) + this.kind + this.itemsize.toString();
2781 }
2782 get name() {
2783 switch (this.kind) {
2784 case 'V': return `void${this.itemsize === 0 ? '' : (this.itemsize * 8)}`;

Callers

nothing calls this directly

Calls 10

qualified_nameMethod · 0.80
getElementTypeMethod · 0.80
mapMethod · 0.80
elementsMethod · 0.80
getKeyTypeMethod · 0.80
getValueTypeMethod · 0.80
toStringMethod · 0.45
kindMethod · 0.45
strMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected