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

Method nodes

source/python.js:8943–8951  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8941 // this._co_fields = {}
8942 }
8943 get nodes() {
8944 const array = new Array(this._len);
8945 let node = this._root.next;
8946 for (let i = 0; node !== this._root; i++) {
8947 array[i] = node;
8948 node = node.next;
8949 }
8950 return array;
8951 }
8952 placeholder(name, type_expr /*, default_value */) {
8953 const args = []; // () if default_value is inspect.Signature.empty else (default_value,)
8954 const kwargs = new builtins.dict();

Callers 15

markMethod · 0.45
sweepMethod · 0.45
hasSideEffectsMethod · 0.45
constructorMethod · 0.45
inlineIfBodyMethod · 0.45
ConstantPropagationMethod · 0.45
constructorMethod · 0.45
optimizeBlockMethod · 0.45
printMethod · 0.45
cloneFromMethod · 0.45
destroyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected