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

Method emitWhile

source/python.js:16866–16870  ·  view source on GitHub ↗
(stmt)

Source from the content-addressed store, hash-verified

16864 }
16865 }
16866 emitWhile(stmt) {
16867 const cond = stmt.test;
16868 const emit_body = () => this.emitStatements(stmt.body);
16869 this.emitLoopCommon(stmt.range(), emit_body, null, [], cond);
16870 }
16871 emitIsInstance(obj, classinfo) {
16872 const lhs_val = this.emitExpr(obj);
16873 const lhs_types = [];

Callers 1

emitStatementsMethod · 0.80

Calls 1

emitLoopCommonMethod · 0.80

Tested by

no test coverage detected