MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / compile_block

Method compile_block

compiler/src/modules/parser/stmt.rs:311–311  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

309 }
310
311 pub(super) fn compile_block(&mut self) { self.compile_block_inner(false); }
312 pub(super) fn compile_block_body(&mut self) { self.compile_block_inner(true); }
313
314 /* Compiles Indent/Dedent block; is_body=true stops after ReturnValue to skip dead code. */

Callers 7

class_def_withMethod · 0.80
if_bodyMethod · 0.80
match_stmtMethod · 0.80
while_stmtMethod · 0.80
for_stmt_innerMethod · 0.80
try_stmtMethod · 0.80
with_stmt_innerMethod · 0.80

Calls 1

compile_block_innerMethod · 0.80

Tested by

no test coverage detected