MCPcopy Index your code
hub / github.com/python/mypy / gen_inner_stmts

Function gen_inner_stmts

mypyc/irbuild/expression.py:687–688  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

685 ]
686
687 def gen_inner_stmts() -> None:
688 builder.assign(vec, vec_append(builder.builder, vec, reg, line), line)
689
690 comprehension_helper(builder, loop_params, gen_inner_stmts, line)
691 return vec

Callers

nothing calls this directly

Calls 5

vec_appendFunction · 0.90
assignMethod · 0.45
acceptMethod · 0.45
call_cMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…