MCPcopy 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 });

Calls 2

text_strMethod · 0.80
parseMethod · 0.45

Tested by

no test coverage detected