Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lutzroeder/netron
/ findInParentFrame
Method
findInParentFrame
source/python.js:14440–14442 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
14438
return
null;
14439
}
14440
findInParentFrame(name) {
14441
return
this.next ? this.next.findInAnyFrame(name) : null;
14442
}
14443
setType(name,
type
) {
14444
this.type_table.set(name,
type
);
14445
}
Callers
2
setSugaredVar
Method · 0.80
emitIfElseBlocks
Method · 0.80
Calls
1
findInAnyFrame
Method · 0.80
Tested by
no test coverage detected