Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ parseExp
Method
parseExp
source/python.js:13503–13506 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13501
return
p;
13502
}
13503
parseExp() {
13504
const
expr = ast.parse(this.L.text_str());
13505
return
expr.body[0].value;
13506
}
13507
});
13508
this.registerType(
'torch._C.StringCordView'
,
class
{
13509
});
Callers
1
attributeAssignmentSpecialHandlingHack
Method · 0.80
Calls
2
text_str
Method · 0.80
parse
Method · 0.45
Tested by
no test coverage detected