MCPcopy
hub / github.com/lutzroeder/netron / emit_body

Method emit_body

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

Source from the content-addressed store, hash-verified

16846 if (args.length === 1 && args[0] instanceof ast.For) {
16847 const [stmt] = args;
16848 const emit_body = () => this.emitStatements(stmt.body);
16849 this.emitFor(stmt.target, stmt.iter, stmt.range(), emit_body);
16850 } else if (args.length === 4) {
16851 const [targets, itrs, loc, emit_body] = args;

Callers

nothing calls this directly

Calls 1

emitStatementsMethod · 0.80

Tested by

no test coverage detected