MCPcopy Index your code
hub / github.com/RustPython/RustPython / consume_next_sub_table

Method consume_next_sub_table

crates/codegen/src/compile.rs:8731–8737  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

8729 }
8730
8731 fn consume_next_sub_table(&mut self) -> CompileResult<()> {
8732 {
8733 let _ = self.push_symbol_table()?;
8734 }
8735 let _ = self.pop_symbol_table();
8736 Ok(())
8737 }
8738
8739 fn consume_skipped_nested_scopes_in_expr(
8740 &mut self,

Callers 1

consume_scopeMethod · 0.80

Calls 2

push_symbol_tableMethod · 0.80
pop_symbol_tableMethod · 0.80

Tested by

no test coverage detected